We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a disabled button. Using tab or clicking on the disabled button does not invoke the FocusChangeListener focusLost or focusGained event.
button.setEnabled(false) // no more focusLost or focusGained event
Expected behavior: FocusChangeListener still receives the focusLost or focusGained event.
The text was updated successfully, but these errors were encountered:
Thinking about this... I think a lot of UI toolkits will consider a disabled GUI element in focusable. Can you describe your use-case a little bit?
Thanks.
Sorry, something went wrong.
No branches or pull requests
I have a disabled button. Using tab or clicking on the disabled button does not invoke the FocusChangeListener focusLost or focusGained event.
Expected behavior: FocusChangeListener still receives the focusLost or focusGained event.
The text was updated successfully, but these errors were encountered: