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 am not crazy! I will not fill out this form just to ask a question or request a feature. Pinky promise.
Is there an existing issue for this?
I have searched the existing issues.
Is this issue related to iced?
My hardware is compatible and my graphics drivers are up-to-date.
What happened?
Currently text_input widget captures the Escape keypress when focused even when no operation like dragging or pasting is happening ..
I need to handle escape in my form. But now I have to press twice one to make the input lose focus and then I can able to catch the event.
Is this the way it is intended to work ?
What is the expected behavior?
Escape shouldn’t be captured even when focused and no operation is currently active
Version
crates.io release
Operating System
macOS
Do you have any log output?
No
The text was updated successfully, but these errors were encountered:
Is your issue REALLY a bug?
Is there an existing issue for this?
Is this issue related to iced?
What happened?
Currently text_input widget captures the Escape keypress when focused even when no operation like dragging or pasting is happening ..
I need to handle escape in my form. But now I have to press twice one to make the input lose focus and then I can able to catch the event.
Is this the way it is intended to work ?
What is the expected behavior?
Escape shouldn’t be captured even when focused and no operation is currently active
Version
crates.io release
Operating System
macOS
Do you have any log output?
The text was updated successfully, but these errors were encountered: