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

Fix issue #11938: Tab in empty text area field should focus the next field #12058

Closed
wants to merge 1 commit into from

Conversation

yeonissa
Copy link

I made a small fix for issue #11938, where pressing the "Tab" key in an empty text area field should move the focus to the next field. This was achieved by adding an event filter to check for the KeyCode.TAB event and moving the focus when the text area is empty. This functionality ensures better user experience in text navigation.

This PR only modifies the behavior of the tab key in text areas and does not involve other major changes.

Mandatory checks

  • I own the copyright of the code submitted and I licence it under the MIT license
  • Change in CHANGELOG.md described in a way that is understandable for the average user (if applicable)
  • Tests created for changes (if applicable)
  • Manually tested changed features in running JabRef (always required)
  • Screenshots added in PR description (for UI changes)
  • Checked developer's documentation: Is the information available and up to date? If not, I outlined it in this pull request.
  • Checked documentation: Is the information available and up to date? If not, I created an issue at https://github.com/JabRef/user-documentation/issues or, even better, I submitted a pull request to the documentation repository.

@yeonissa yeonissa closed this Oct 22, 2024
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.

1 participant