Opening Phoebus Help in the default web browser instead of in the JavaFX WebView #3392
abrahamwolk
started this conversation in
Ideas
Replies: 1 comment
-
Makes sense to launch a plain browser instead of a web view. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, when clicking on the menu item 'Help' -> 'Help' in the menu bar of Phoebus, the Help is opened in an instance of the JavaFX WebView inside Phoebus. We would like to change this behavior, so that the help files are instead opened in the default browser of the operating system.
This can be accomplished by changing the action on the instance of the
MenuItem
of 'Help' to launch the default browser instead of creating an instance ofHelpApplication
.Concretely, the proposal is:
MenuItem
of 'Help' to launch the default browser instead of creating an instance ofHelpApplication
.HelpApplication
from Phoebus.Beta Was this translation helpful? Give feedback.
All reactions