Am 23.01.2009 08:47, Dirk Stöcker: > On Thu, 22 Jan 2009, Claudius Henrichs wrote: >>> please replace the OpenBrowser with a nice "In-Java" >>> display like for the help pages. This OpenBrowser call is a crude >>> workaround. >> I prefer opening the system browser because the user has the possibility >> to bookmark map feature pages he finds useful. What don't you like about >> OpenBrowser? > > The media break. My father used the help feature and clicked and clicked > and said to himself "Oh, doesn't work". Later he wondered, why his firefox > had dozens of sites opened. > > About the bookmark issue: When we use the HelpDialog, then there is a > button "Open in browser". But I had not yet a look at the code.
Been playing around with using the HelpAction which surfaced a usability issue: the TaggingPreset-dialog currently is a modal dialog which means as long as you have it open you cannot focus the JOSM Online Help window. I'd rather not make it non-modal (as it could lead to unwanted tagging state) and don't want to close it when opening the help page either. Seems we have to stick with opening the external browser. Regards, Claudius _______________________________________________ josm-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/josm-dev
