Modify ↓
#6256 closed defect (fixed)
[patch] Cursor Right behaviour after autocomplete not consistent
| Reported by: | flaimo | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | tested | Keywords: | |
| Cc: |
Description
case a (expected behaviour):
- select an element and click the add key/value button to add a new tag
- choose some key and then start typing the first letters of a value that has been used before -> autocomplete should show the text
- press cursor key right --> cursor jumps to the end of the autocomplete text
case b (wrong behaviour):
- select an element and click the create new relation button
- under "tags" type in some key and then start typing the first letters of a value that has been used before -> autocomplete should show the text
- press cursor key right --> cursor only moves one letter to the right
case b is wrong. it should behave like case a and jump to the end
enviroment:
josm 4021 on mac os x
Attachments (1)
Change History (4)
Changed 2 years ago by Hojoe <osm@…>
comment:1 Changed 2 years ago by Hojoe <osm@…>
- Summary changed from Cursor Right behaviour after autocomplete not consistent to [patch] Cursor Right behaviour after autocomplete not consistent
comment:2 Changed 2 years ago by bastiK
- Resolution set to fixed
- Status changed from new to closed
In [4095/josm]:
comment:3 Changed 2 years ago by bastiK
Better name your patches *.diff or *.patch, so they are formatted nicely in the browser preview.
Note: See
TracTickets for help on using
tickets.



now the AutoCompletingTextField works like the AutoCompletingComboBox for the tag editor