#598 closed defect (wontfix)
WMS YAHOO plugin don't close firefox in ubuntu 7.10 after fetch the images
Reported by: | Owned by: | framm | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Plugin | Version: | latest |
Keywords: | Cc: |
Description
WMS YAHOO plugin don't close firefox in ubuntu 7.10 after fetch the images. Firefox needs to be closed by hand before make a new zoom to the map.
Report from Francisco Santos by mail:
OK, it seems that something has changed in firefox since I developed the plugin (in Ubuntu 7.04 or even before that). As I haven't used it in many months, I didn't noticed it, but the problem seems to be that "/usr/bin/firefox" is now just a script that launches another script that launches the real firefox program. This chain of scripts does not permit the plugin to kill the real process.
I've been looking around a way to kill the real process from java, but didn't find any. It may need a dirty hack for each different OS to find the real firefox process ("taskman.exe" in windos, "ps" in linux, ...).
Attachments (0)
Change History (4)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Priority: | critical → minor |
---|
This is not critical: a simple workaround is to just close the window by hand.
may be someone could contact the author of the YWMS plugin...
comment:3 by , 17 years ago
At least in my case closing of the window by hand produces an Error 500 and no image in JOSM.
Firefox (Iceweasel) 3 on Debian Lenny
comment:6 by , 17 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
WMS Yahoo support no longer uses firefox.
Just an idea from a newbie: Since the plugin uses a custom HTML page, couldn't one insert a window.close() JavaScript call at right spot so that the window will close itself when the image loading is done (is it possible to detect that?)?