Modify ↓
Opened 14 years ago
Closed 14 years ago
#6316 closed defect (fixed)
[patch] tabbing through taglist in relations editor changes values
Reported by: | flaimo | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | |
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)
by , 14 years ago
Attachment: | patch_6316.txt added |
---|
comment:1 by , 14 years ago
Summary: | tabbing through taglist in relations editor changes values → [patch] tabbing through taglist in relations editor changes values |
---|
Note:
See TracTickets
for help on using tickets.
patch for this ticket