Modify

Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

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

  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 <osm@…> 2 years ago.
now the AutoCompletingTextField works like the AutoCompletingComboBox for the tag editor

Download all attachments as: .zip

Change History (4)

Changed 2 years ago by Hojoe <osm@…>

now the AutoCompletingTextField works like the AutoCompletingComboBox for the tag editor

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]:

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

comment:3 Changed 2 years ago by bastiK

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

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.