Community
Participate
Working Groups
From bug 320901 comment 12 and 13: In 4.2 with the default theme, the Breakpoints view detail pane has an interesting background color behavior: Each single click on a Java line breakpoint toggles the background color of the details pane between gray and white (when it is white, a separator is added). Same color toggling when I click the 'Conditional' checkbox. Worst is the combination of the two methods: Click the 'Conditional' checkbox and then click the breakpoint => redraw garbage in the breakpoints list (the details pane is drawn into the list).
Same problem with the Classic theme. The patch in bug 301118 comment 23 added the code that compares background colors, which could be the culprit here.
We could add a workaround this but the main reason is that the (default) widget background gets changed without adjusting the constants like SWT.COLOR_WIDGET_BACKGROUND. *** This bug has been marked as a duplicate of bug 320901 ***