Modify

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#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):

  1. select an element and click the add key/value button to add a new tag
  2. choose some key and then start typing the first letters of a value that has been used before -> autocomplete should show the text
  3. press cursor key right --> cursor jumps to the end of the autocomplete text

case b (wrong behaviour):

  1. select an element and click the create new relation button
  2. 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
  3. 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)

patch_Ticket_6256 .txt (1.2 KB ) - added by Hojoe 13 years ago.
now the AutoCompletingTextField works like the AutoCompletingComboBox for the tag editor

Download all attachments as: .zip

Change History (4)

by Hojoe, 13 years ago

Attachment: patch_Ticket_6256 .txt added

now the AutoCompletingTextField works like the AutoCompletingComboBox for the tag editor

comment:1 by Hojoe, 13 years ago

Summary: Cursor Right behaviour after autocomplete not consistent[patch] Cursor Right behaviour after autocomplete not consistent

comment:2 by bastiK, 13 years ago

Resolution: fixed
Status: newclosed

In [4095/josm]:

applied #6256 (patch by Hojoe) - Cursor Right behaviour after autocomplete not consistent

comment:3 by bastiK, 13 years ago

Better name your patches *.diff or *.patch, so they are formatted nicely in the browser preview.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.