Modify

Opened 8 years ago

Closed 8 years ago

Last modified 8 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.

Attachments (1)

JMultilineLabelDisableFocusable.patch (538 bytes ) - added by kolesar 8 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 by bastiK, 8 years ago

Resolution: fixed
Status: newclosed

In 9463/josm:

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

comment:2 by bastiK, 8 years ago

Milestone: 16.02

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.