ianharrigan / haxeui-rich-text

Rich text components for haxeui
4 stars 1 forks source link

Cursor doesn't move immediately when pressing enter #2

Closed bendmorris closed 9 years ago

bendmorris commented 10 years ago

Small issue and I'm not sure if the bug is in haxeui or openfl, but thought I'd report it just in case.

I'm building for neko or cpp targets on mac. Typing seems to work well, but when I press return, the cursor stays on the previous line. If I keep typing, though, the cursor does jump down to the next line where it should be - the cursor is only off when I press return until pressing another key.

ianharrigan commented 9 years ago

Hmm,, yeah, i can reproduce this... Seems like an openfl/lime issue. Ill have a play later and see if i can work around it somehow.

Cheers, Ian

ianharrigan commented 9 years ago

Ive managed to work around this now. Its not idea, but seems to work for general use cases. Im going to close this, feel free to reopen if it doesnt work.

The haxeui issue is: https://github.com/ianharrigan/haxeui/issues/137

Cheers, Ian