Opened 13 months ago
Last modified 13 months ago
#18938 new enhancement
Launch JOSM help always in web browser
Reported by: | simon04 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | help browser | Cc: | skyper |
Description
The rendering of various content types such as images / table-of-contents differs between the internal help browser HelpBrowser
and JOSM wiki displayed in a web browser. I propose to skip HelpBrowser
altogether and always open the JOSM help in the configured/default web browser.
Other software products following this approach: LibreOffice, IntelliJ, GIMP;
Attachments (0)
Change History (2)
comment:1 Changed 13 months ago by
comment:2 Changed 13 months ago by
Another option would be to override the default browser in the JavaFX plugin, using WebView.
see #15931