You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: