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

No event fired when correcting spelling #6

Open
oullah opened this issue Sep 12, 2014 · 1 comment
Open

No event fired when correcting spelling #6

oullah opened this issue Sep 12, 2014 · 1 comment

Comments

@oullah
Copy link

oullah commented Sep 12, 2014

I have a Spark TextInput control with a mispelled word in it. When I right click and correct the spelling, no event is fired by the TextInput even when I focus out. I would expect at least a valueCommit event but there is none. I noticed that TextFieldPlugin.dispatchChangeEvent() tells the textInput to fire a change event, but RichEditableTextPlugin.dispatchChangeEvent() does not. Perhaps it should? I can make this change but I am wondering if this is the right thing to do here.

@oullah
Copy link
Author

oullah commented Sep 22, 2014

After further investigation it seems to be an issue with the way focus is handled. If you right click a misspelled word when the text control does not have focus, it will never get focus even if you make a spelling correction.

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

No branches or pull requests

1 participant