Community
Participate
Working Groups
Build Identifier: 20110916-0149 TreeViewer should fire double click event not only for item but header. One of the very common usages is: double click to sort. Tried to workaround with a timed- selection listen but failed. The 2nd event just does not fire. Reproducible: Always Steps to Reproduce: 1. Create a TreeViewer with a column 2. Add double click listener like this: column.addListener(SWT.MouseDoubleClick, listener); // Not working, listener never called treeViewer.addDoubleClickListener(new IDoubleClickListener(); // Work in the item, not column header 3. Event fired for item but not for column header
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. If the bug is still relevant, please remove the "stalebug" whiteboard tag.