Opened 15 years ago
Last modified 7 years ago
#3464 new defect
varying behaviour using Enter and Escape
Reported by: | malenki | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description (last modified by )
At different dialogs in Josm Enter and Escape are handled differently.
For example in in the settings-dialog Escape cancels the dialog, Enter submits changes.
At the uploading-dialog hitting Enter and Escape results in nothing. One has to use tab and spacebar or the mouse to cancel or submit changes.
The same keys should everywhere cause the same reaction of the program.
Besides it would be useful if after editing the changeset-comment hitting enter would result in uploading => better workflow. Or should I file another ticket that for?
Attachments (0)
Change History (11)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Hm. Esc not working looks like an ExtendedDialog bug to me. I've looked at it, but the code doesn't seem to have changed when I originally wrote it and I have no idea why it should have stopped working…
comment:3 by , 15 years ago
Both enter and escape now work with the upload-dialog. Uploading after commenting and hitting two times entr is so smoooth! :)
If the fact, that the PicLayer-Help doesn't close when ESC is hit is a bug just of the plugin, this ticket can be closed.
Thanks for your work!
malenki
comment:4 by , 15 years ago
Right now I experienced that the GPS-log-upload can be started with either space or enter, but closed only with space...
comment:5 by , 13 years ago
There are still some dialogs where enter/esc has no effect.
- unsaved changes - save/upload before deleting
- delete object from relation
- conflict when combining ways
follow-up: 7 comment:6 by , 13 years ago
Description: | modified (diff) |
---|
This is still a fundamental issue, with an increasing number of dialogs being affected. I'll try to make a current list in the next days.
comment:7 by , 13 years ago
Replying to Cobra:
This is still a fundamental issue, with an increasing number of dialogs being affected. I'll try to make a current list in the next days.
Thanks, this will be appreciated :)
comment:8 by , 12 years ago
affected dialogs and the respective unhandled keys:
- (api) conflict dialog (enter, esc)
- tag conflict dialog (enter, esc) (when combining ways or merging nodes)
(to be continued)
comment:11 by , 12 years ago
- preference dialog
- plugins > plugins (enter)
- even with OK selected through TAB
What about moving focus to the "OK" button after enter in the changeset-comment and then start uploading on a second enter? This is in my opinion less surprising to users.