-
Notifications
You must be signed in to change notification settings - Fork 236
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
Menu bar accelerators do not work when RichTextFX control has focus #185
Comments
Having the same problem here, Windows, JDK 1.8.0_45 |
I tried your example, but I cannot reproduce the problem. The Alert dialog gets displayed regardless of which text area is focused. This is on Mac and JDK 8u60. Strangely enough, with JDK 8u40 I get the dialog displayed twice in a row, which might be the same issue as #184. |
I've noticed the problem on Windows 8.1 and JDK 8u60. |
OK, I see an issue in the code. |
Please, try the newest snapshot. |
The snapshot works, thanks for a very quick fix! |
Thanks. Works now in Markdown Writer FX without workaround. |
I just published |
When the a RichTextFX control is focused, the menu bar accelerators do not work.
In Markdown Writer FX I workaround this by installing all menu bar accelarators into the RichTextFX controls. See: MarkdownEditorPane.java#L130-L132 and MainWindow.java#L302-L327
Made a little test app that demonstrates that menu bar accelarators do not work when a RichTextFX control has focus, but do work when a plain JavaFX text area has focus:
Karl
The text was updated successfully, but these errors were encountered: