Opened 15 years ago
Closed 15 years ago
#3109 closed defect (fixed)
Layer selected when clicking in empty space in layer dialog
Reported by: | dieterdreist | Owned by: | Gubaer |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
I find that recently the order of the windows and alerts is generally messed up. (using WinXP). E.g. alerts like "2 plugins updated, please restart JOSM" result under the progress-bar of the update, and even on highlight remain below. You have to move them in order to click OK (fortunately slightly more height than the progress window, otherwise would even be a blocker). Please see also these tickets:
http://josm.openstreetmap.de/ticket/3099
Attachments (0)
Change History (9)
comment:1 by , 15 years ago
Priority: | major → critical |
---|
follow-up: 3 comment:2 by , 15 years ago
Priority: | critical → minor |
---|
The problem with JOSM is that I can open a lot of windows on top of the map window: detached dialogs, relation editors, history browsers, conflict resolvers, and, on top of this, progress indicators and message dialogs.
The problem was that quite often mesage dialogs got hidden and JOSM became blocked unless you knew that "ESC" would usually close the hidden dialog.
Recently, new code for handling message dialogs has been added to JOSM. Unfortunatelly, we still have to change the whole existing code to this new approach. For the plugin subsystem I did it now, so your particular problem should be fixed in r1860.
@dieterdreist: which properties window are you referring to? The detached properties editor which is usually placed to the right of the JOSM window? Then I can't reproduce it. Works for me on Win Vista. Are you running JOSM as applet or from WebStart? This could be a problem and in r1861 you should get a warning message in you console if JOSM fails to put a window always on top. Do you one of these messages in r1861?
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replying to Gubaer:
@dieterdreist: which properties window are you referring to? The detached properties editor which is usually placed to the right of the JOSM window? Then I can't reproduce it. Works for me on Win Vista. Are you running JOSM as applet or from WebStart? This could be a problem and in r1861 you should get a warning message in you console if JOSM fails to put a window always on top. Do you one of these messages in r1861?
with properties window I intended the tag-one. It's title is properties, but actually you have the k/v pairs (tags) in a table (properties of map object). I didn't know you were still working on this, I thought it got broken unintentially and unrecognized. The version was 1857 (I updated now to r1863). In 1863 it works like a charm (on a short test). You can even put windows on top by pointing (without click) over one of the buttons (I guess that's a sideeffect of the button-image-change on mouseover and not intentially, but nice). Thank you.
comment:4 by , 15 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
sorry, I was too quick. Now I can reproduce the problem: it appears after an error. Try it yourself (detach some windows and try to upload after no modifications -> alert). After this, all windows will go under the map when activating the mapping window.
follow-up: 6 comment:5 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | reopened → needinfo |
I've now changed all messages and dialogs to the new approach. In can't reproduce in r1866.
Can you give it another try?
comment:6 by , 15 years ago
Replying to Gubaer:
I've now changed all messages and dialogs to the new approach. In can't reproduce in r1866.
Can you give it another try?
Yes, seems OK now. There is one issue I recently noted (maybe not in conjunction with your modifications): when you click in the layers-window (detached and bigger than necessary) on the grey space below the lowest entry in order to give it focus, the lowest entry gets active (it shouldn't IMHO).
comment:7 by , 15 years ago
Owner: | changed from | to
---|---|
Status: | needinfo → new |
Summary: | window order generally messed up? → Layer selected when clicking in empty space in layer dialog |
comment:9 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
The properties-window is no longer on top of the map. After every selection/click on the map you must select it again to see it.