Modify ↓
#6256 closed defect (fixed)
[patch] Cursor Right behaviour after autocomplete not consistent
Reported by: | flaimo | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
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 12 years ago by
Attachment: | patch_Ticket_6256 .txt added |
---|
comment:1 Changed 12 years ago by
Summary: | Cursor Right behaviour after autocomplete not consistent → [patch] Cursor Right behaviour after autocomplete not consistent |
---|
comment:3 Changed 12 years ago by
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