Intermittent Missing Caret
If I want an editable TLF field, no wordwrap, that is un-restricted in length, I have to set the ContainerController composition size width to NaN.
That works ok (well*...) but if I do this, the caret often goes missing at the beginning / end of the line.
To fix it, I searched the TLF source for selection scrollRect and subtracted one pixel from the x, and added two pixels to the width.
Can someone tell me whether this was a bad idea or not?
thanks,
:j
(* writing an editable field from scratch is a nightmare!)
