Open jstock78 opened 7 years ago
Have you tried editbox tests in cpp-tests? How do it work?
The editbox cpp-test is misbehaving for me as well. Here's a screenshot that should show some random letters in the bottom multiline editbox, but nothing appears. (See the console log that is visible below it to see what I was typing.)
I tested in with latest codes, can show one line characters because the height only can show one line. I do it in like:
Multiline
item on the right)
We're seeing a problem with a multiline EditBox (setInputMode(ui::EditBox::InputMode::ANY)). The EditBox is at the bottom of our scene and whenever we start typing in it the typing appears at the top, outside the bounds of the EditBox. After leaving focus of the EditBox the text snaps to the correct position. Single line EditBox seems to work as expected.