Modify

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#12368 closed enhancement (fixed)

[patch] disable focus on multiline labels

Reported by: kolesar Owned by: team
Priority: normal Milestone: 16.02
Component: Core Version:
Keywords: Cc:

Description

I always found annoying when Tab does not advance to the next field. After typing upload comment I had to press Tab twice for source field.

First time I have added <label>.setFocusable(false) at several places. Then extended scope to other pages of upload dialog and found that all JMultilineLabel instances need to set to not focusable.

Reverted changes and added a single line to the constructor of JMultilineLabel: setFocusable(false);

I hope it does not break something. I have noticed no problems.

Change History (3)

comment:1 by bastiK, 9 years ago

Resolution: fixed
Status: newclosed

In 9463/josm:

applied #12368 - disable focus on multiline labels (patch by kolesar)

comment:2 by bastiK, 9 years ago

Milestone: 16.02

Add Comment


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