gjpqy cut off while typing
Paul Hibbert
paul at livecode.org
Wed Sep 30 20:25:24 EDT 2015
I wondered if the textShift would help and found this works too;
on textChanged
set the textShift of last char of me to the textShift of last char of me
end textChanged
So I imagine there are probably other commands that will instantly update the text without affecting what has been typed, but it does look like there’s a bug of some sort.
At least you can workaround the problem now.
Paul
> On 30 Sep 2015, at 15:19, BNig <bernd.niggemann at uni-wh.de> wrote:
>
> Hi Mark,
>
> I tried various things but the only remedy I found is to put this into the
> script of the field
>
> -------------------------------------
> on textChanged
> lock screen
> put the selectedChunk into tChunk
> set the htmlText of me to the htmlText of me
> select tChunk
> end textChanged
> ------------------------------------
>
> See if this works for you. Tested on a Mac LC 6.1.3, LC 6.7.7 RC 4, LC 7.1.
>
> @Dixie: try with a textSize of 48 or 60, then the effect is easily seen,
> also use a font with a large descent.
>
> Kind regards
>
> Bernd
>
>
>
> --
> View this message in context: http://runtime-revolution.278305.n4.nabble.com/gjpqy-cut-off-while-typing-tp4696789p4696795.html
> Sent from the Revolution - User mailing list archive at Nabble.com.
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list