Community
Participate
Working Groups
Steps to reproduce: 1. Start Controls Demo -> TableViewer Tab 2. Check MULTI checkbox 3. Create Cell Editor 4. Make a multi selection - select with CTRL "Karl", "Sofia" and "Donald" for example 5. Click on "Nero" to select a single item 6. Only the selection coloring from the last (focused) cell is removed. "Karl" and "Sofia" still have the selection background color. This is a regression introduced with the bugfix for bug 284738.
Fixed by proper implementation of FocusCellOwnerDrawHighlighter#removeSelectionInformation. Did some improvements in FocusCellOwnerDrawHighlighter#focusCellChanged a well.
Created attachment 204868 [details] Proposed patch for v14_Maintenance branch
Applied patch to v14_Tree_Table_Merge branch.
Based on the comment in bug 261647 comment #3 the attached patched became obsolete. I've open a separate bug 360483 to clean up the selection coloring from FocusCellOwnerDrawHighlighter.