#3128 closed defect (duplicate)
Josm windows displayed always on top, even when JOSM doesn't have focus
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | |
Keywords: | windows window order | Cc: |
Description
Josm windows are always displayed on top of other windows, even when JOSM application is not selected. To wiew the other windows I must move or reduce to icon Josm main window. The problem doesn't appear immediately, but only after some time of Josm use (couldn't figure out what triggers the problem). This is true also for the main window (Java OpenstreetMap Editor)
Operating System: Windows XP
Josm version: 1869
Attachments (1)
Change History (6)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Strange. I can reproduce this error in r1874 with Linux and fvwm2-Window Manger.
- Open josm
- Download something, e.g. http://www.openstreetmap.org/?lat=53.552306&lon=9.99401&zoom=18
- Download again: simply open dialog and press ok
Before and after step 3 I saved the state of the main window in a file (using "xprop"). The following line ways added:
_NET_WM_STATE(ATOM) = _NET_WM_STATE_ABOVE, _NET_WM_STATE_STAYS_ON_TOP
I'll attach a patch. But I do not know if this may cause the DownloadDialog goes to background. Here it worked.
java 1.5.0_17
Linux
by , 16 years ago
Attachment: | always-on-top.patch added |
---|
comment:3 by , 16 years ago
I can also reproduce this by opening the relation editor. With the fluxbox WM, the relation editor and the main JOSM window get moved to the Above Dock layer.
comment:4 by , 16 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
See #3181 for a temporary fix.
See also this thread on dev:
http://lists.openstreetmap.org/pipermail/josm-dev/2009-July/003211.html