-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 for issue 9367 - Consuming menu events on macos when there is a dialogue window present #9716
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vigneshdurairaj
changed the title
Fix for issue 9367
Fix for issue 9367 - Consuming menu events on macos when there is a dialogue window present
Mar 30, 2023
Oh that looks great! Need to test that. It's a really annoying bug in javafx |
Please follow the checklist in the PR and create a changelog entry as well |
Siedlerchr
added
the
status: ready-for-review
Pull Requests that are ready to be reviewed by the maintainers
label
Mar 30, 2023
Siedlerchr
reviewed
Mar 30, 2023
If I've interpreted this comment accurately, the changelog comment has been addressed, which means this pull request is now ready for review.
|
Yes looks good
Durairaja Vigneshwar ***@***.***> schrieb am Do., 30. März
2023, 21:37:
… The changelog comment is resolved, shall i make this PR ready for review?
—
Reply to this email directly, view it on GitHub
<#9716 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACOFZBLGEDZ27RWZU7G2XDW6XOHZANCNFSM6AAAAAAWNEVHPM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #9367
Tasks
The issue is that when attempting to paste plain text into the dialogue, the paste menu item in the edit menu's action is triggered. Despite our attempts to consume the event in the ExtractBibtexDialog class, the menu item continued to trigger its action. As a workaround, we added a listener in the menu item to address the issue. We thoroughly tested the feature to the best of our knowledge and determined that the workaround does not affect any other operations. We are submitting a pull request and eager to receive feedback on it. We have attached a screenshot demonstrating that the pasted item does not appear in the table. Thank you for your attention to this matter