Custom TitlePaneButtonsProvider Broke Alt Key Tooltips? #531
Unanswered
MichaelWDenney
asked this question in
Q&A
Replies: 1 comment 12 replies
-
|
Can you try 467eb0c in your local copy? This works for me in the main ribbon demo. Note that it doesn't have an explicit |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We created a custom TitlePaneButtonsProvider in order to customize the iconfy/maximize/restore/close buttons. After the change, it has been noticed that the ribbons Alt key tooltips are no longer appearing. The Alt functionality still works if you know what keys to press. There is just no tooltips. Commenting out:
SwingUtilities.updateComponentTreeUI(this.getRootPane());brings the tooltips back. What have we done wrong?
Beta Was this translation helpful? Give feedback.
All reactions