tmf: Bug 494810: SelectionEvent not sent after using vertical slider
authorPatrick Tasse <patrick.tasse@gmail.com>
Tue, 31 May 2016 20:58:05 +0000 (16:58 -0400)
committerPatrick Tasse <patrick.tasse@gmail.com>
Thu, 2 Jun 2016 21:13:32 +0000 (17:13 -0400)
commit2e200fc776de05e3928a2bc33df7a8b647b7d140
tree1ac51cf22d3b19f43e053aa2194ddc2bf6a8cc38
parent6d8889e1ca56c2442446eeb1ee24a5bd108d7e90
tmf: Bug 494810: SelectionEvent not sent after using vertical slider

The vertical slider used by the TmfVirtualTable is created with the
SWT.NO_FOCUS style. In Linux-GTK, this hint is not respected and the
slider can gain focus. When this happens, give back the focus to the
table.

This allows the SelectionEvent to be sent when extending a selection
using Shift+Click in the event table after using the vertical slider.

Change-Id: I9a8d7083300a5c515c24110d5572d30b6bd9d7d6
Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-on: https://git.eclipse.org/r/74119
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/widgets/virtualtable/TmfVirtualTable.java
This page took 0.024463 seconds and 5 git commands to generate.