Community
Participate
Working Groups
Build Identifier: 3.5.2 1. Check/Uncheck does not seem to visually select (highlight) the row. Say row 3 is currently selected and check the checkbox in row 1. Though it checks row 1, it does not visually highlight row 1 (row 3 is still highlighted). 2. CheckboxTreeViewer.setChecked() is not firing CheckStateChangedEvent Reproducible: Always
Additional Info: I have a CheckboxTreeViewer with multiple columns (Check+table+tree viewer)
(In reply to comment #0) > 1. Check/Uncheck does not seem to visually select (highlight) the row. Say row > 3 is currently selected and check the checkbox in row 1. Though it checks row > 1, it does not visually highlight row 1 (row 3 is still highlighted). I think this is the behaviour of the platform. Do you get the same result if you use regular SWT code without JFace? > 2. CheckboxTreeViewer.setChecked() is not firing CheckStateChangedEvent I'm pretty sure this is working as intended.
(In reply to comment #1) > Additional Info: > I have a CheckboxTreeViewer with multiple columns (Check+table+tree viewer) Remy is right about the two issues you mention. >1) I assume by 'highlight' you refer to the hover-highlighting. This can be seen in MS Windows 7 , but I doubt it is there in Win XP. Anyways the viewer behaves much like the corresponding SWT widget. >2) It works as expected. It is highly unlikely this behaviour will change.
Marking as not a bug.