Ticket #4439 (closed defect: fixed)
[Patch] droping spaces in keys or value automatically
| Reported by: | vsandre | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | tested | Keywords: | |
| Cc: |
Description
At the moment josm drops spaces at the end of a key or value only in the properties dialogue. This service should be extended for entries in the presets or relation editor.
Attachments
Change History
comment:2 Changed 2 years ago by Gubaer
- Keywords r-2010-01-blocker removed
Please log in or leave your email address to flag a ticket as release blocker.
comment:4 Changed 2 years ago by anonymous
- Status changed from closed to reopened
- Resolution fixed deleted
works for relation editor but not for presets.
comment:5 Changed 6 months ago by simon04
- Summary changed from droping spaces in keys or value automatically to [Patch] droping spaces in keys or value automatically
This should be fixed in the attached patch.
I took the opportunity to remove a lot of duplicate code inside TaggingPreset by combining common parts of Combo and MultiSelect in a new abstract class ComboMultiSelect.
comment:6 Changed 6 months ago by stoecker
NOTE to team: This will need proper review, as handling of tagging presets is easily broken.
@simon04: Please continue with this speed until all JOSM core bugs are fixed ;-)
comment:7 Changed 6 months ago by stoecker
- Status changed from reopened to closed
- Resolution set to fixed
In [4340/josm]:



