Modify ↓
Opened 2 years ago
Closed 2 years ago
#6316 closed defect (fixed)
[patch] tabbing through taglist in relations editor changes values
| Reported by: | flaimo | Owned by: | team |
|---|---|---|---|
| Priority: | major | Component: | Core |
| Version: | tested | Keywords: | |
| Cc: |
Description
- create a new relation
- enter the following key/values in this order: name/test, surface/asphalt, covered/no, fee/no, segregated/no
- use the mouse to click into the cell containing the key "name"
- use the tab key to get to the value cell of the key "segregated"
when tabbing through the cells the "no" values get changed to "noexit" which is completely wrong. tabbing through the cells should NEVER change the strings.
build 4064 on mac os x (but occurs also on win 7)
Attachments (1)
Change History (3)
Changed 2 years ago by Hojoe <osm@…>
comment:1 Changed 2 years ago by Hojoe <osm@…>
- Summary changed from tabbing through taglist in relations editor changes values to [patch] tabbing through taglist in relations editor changes values
comment:2 Changed 2 years ago by bastiK
- Resolution set to fixed
- Status changed from new to closed
In [4092/josm]:
Note: See
TracTickets for help on using
tickets.



patch for this ticket