Modify ↓
#15716 closed defect (fixed)
ImageryOffsetDialog doesn't close pressing Esc
Reported by: | skorbut | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 18.01 |
Component: | Core imagery | Version: | latest |
Keywords: | Cc: |
Description
- Download some OSM data
- Load aerial imagery, e.g. Bing
- In the layers menu right-click on Bing -> New offset. A window appears.
- Press Esc -> the window disappears.
I would now expect to be able to create new nodes, etc. However, it seems (based on the downloaded OSM data) that the user is now stuck in the offset-adjustment-mode, where one can adjust the imagery offset by click-and-holding the left mouse button.
The bug seems to reside somewhere at
src/org/openstreetmap/josm/actions/ImageryAdjustAction
src/org/openstreetmap/josm/gui/ExtendedDialog.setupEscListener()
but I was not able to find out more.
Attachments (0)
Change History (5)
comment:1 by , 7 years ago
Milestone: | → 18.01 |
---|
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 7 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Version: | → latest |
@Don-vip:
Thanks for your quick reaction. I have two remarks regarding your fix:
- If I move the imagery layer using left-click and move, then decide to abort and therefore press Esc, the imagery layer will still have this unwanted offset applied. :-(
- Would it be possible to change the code so that pressing Esc closes the imagery offset dialog even when it isn't in focus?
Thank you for your efforts!
Note:
See TracTickets
for help on using tickets.
In 13269/josm: