#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)
Change History (3)
by , 10 years ago
| Attachment: | JMultilineLabelDisableFocusable.patch added | 
|---|
comment:1 by , 10 years ago
| Resolution: | → fixed | 
|---|---|
| Status: | new → closed | 
comment:2 by , 10 years ago
| Milestone: | → 16.02 | 
|---|




In 9463/josm: