Modify ↓
Opened 15 years ago
Closed 15 years ago
#5720 closed defect (worksforme)
space / enter trigger different behaviour on same buttons
Reported by: | malenki | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
When handling JOSM with keyboard and selecting buttons with the tab-key, several dialogs behave different depending on if space or enter is hit to try to trigger that button.
Here you can see a table with an (incomplete) listing:
http://paste.pocoo.org/show/302343/
Attachments (0)
Change History (2)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In contrast to space, enter does not care for the focus, it activates the default button (usually OK) see e.g. edit tag dialog when focus is in text field.