﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12368	[patch] disable focus on multiline labels	kolesar	team	"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."	enhancement	closed	normal	16.02	Core		fixed		
