Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes on InputText #143

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

berinhardt
Copy link
Contributor

InputText clears the text on focus, as it's a decorator, this shouldn't be the case.

I also parametrized the blinking speed of the cursor, leaving by default what it had

[FEATURE] Param cursor blinking speed
@frankinshtein
Copy link
Contributor

  •    _txt = "";
    
  •   _txt = ta->getText();
    

couple years ago Android had bug with this, have you tested it on Android/ios?

@berinhardt
Copy link
Contributor Author

Will do

@berinhardt
Copy link
Contributor Author

It works as expected.

In my code there is a little bug in ios and android where the cursor end before the last glyph, but i think it has more to do with the scaling because it also happens on master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants