Modify ↓
Opened 15 years ago
Closed 15 years ago
#4082 closed defect (fixed)
Upload-Dialog shows in diseabled display
Reported by: | t-i | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: | bomm |
Description
I often work with JOSM and two displays - but sometimes I don't. In this case, the upload-dialog is displayed out of reach in the non-activated display-area. I have to reactivate the second display to be able to see and use the dialog again.
(The monitor is not just turned off, but deactivated via the systems settings (Windows Vista).)
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
Cc: | added |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
When a window is used while two displays are active, the position and size on the big combined display is saved in the preferences.
If you open the window again while only one display is active, the window is created at the position stored in the preferences which is outside the coordinate range of the display.
I think it would help if UploadDialog (and all other windows) would use WindowGeometry.applySafe() instead of WindowGeometry.apply().