Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] GTK3: prevent table header from getting focus

Just for the records:

<https://bugs.eclipse.org/bugs/show_bug.cgi?id=545645>

--
Best regards,
Thomas Singer
=============
syntevo GmbH
https://www.syntevo.com
https://www.syntevo.com/blog


On 21/03/2019 16:16, Eric Williams wrote:
On 3/18/19 12:19 PM, Thomas Singer wrote:
A table or tree is just 1 control (the table and tree) and clicking a column header just changes the sorting, but the focus never is changed (I'm not yet sure, but clicking the column header in a unfocused table or tree also might make the table or tree focused).

I noticed this behavior in SmartSynchronize's keyboard-centric file manager (<https://www.syntevo.com/smartsynchronize/preview>) because I could not move the selection up and down with the cursor keys after having clicked the table column header to just change the sorting.

There simply is no reason to change the focus if the table column header was clicked by mouse. Since there is no way to focus the table column header *button* controls from SWT programmatically, it makes no sense to have them focusable at all (in SWT).


I'll have to think about this more -- please file a bug in SWT and add me as CC so we can continue the conversation there.


Thanks,
Eric
_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/platform-dev



Back to the top