Modify ↓
Opened 3 years ago
Closed 3 years ago
#5720 closed defect (worksforme)
space / enter trigger different behaviour on same buttons
| Reported by: | malenki | Owned by: | team |
|---|---|---|---|
| Priority: | normal | 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 Changed 3 years ago by bastiK
comment:2 Changed 3 years ago by bastiK
- Resolution set to worksforme
- Status changed from new to 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.