Opened 10 years ago
Closed 10 years ago
#8398 closed defect (fixed)
last used tags displayed wrong, when value has multiple less-than/greater-than characters
Reported by: | alv | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | tested |
Keywords: | Cc: |
Description
The last used tags selection list renders values with multiple less-than/greater-than wrong.
Steps to reproduce:
1) Enter, say, traffic_sign=FI:<<>> (there's no "legal code" for such signs)
2) start adding the next tag
3) previous tag displayed is cut off at the start of "<", and the last ">" is displayed in a new "box"
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | last-used-tags-display-bug001.png added |
---|
comment:2 Changed 10 years ago by
To some extent unfortunately, yes. The best we could come up with atm. All other signs have a number in the legislation, but these don't "exist".
The display bug happens whenever key or value has a "<", everything between "<" and the next ">" is sripped as if it were html markup.
less-than and greater-than characters affect display in the last tags added list.