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 bomm, 15 years ago

Cc: bomm added

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().

comment:2 by Gubaer, 15 years ago

Resolution: fixed
Status: newclosed

(In [2824]) fixed #4082: Upload-Dialog shows in diseabled display
Replaced WindowGeometry.apply() by WindowGeometry.applySafe(), as suggested by bomm

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.