-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2
-
tiger
-
generic, x86
-
generic, windows_2000
4674205 attempted to address the fact that the focused cell wasn't being painted to match Windows in some components (JTree and JTable). While that fix makes things closer to Windows, it still isn't correct. The focused item should be painted with a dashed rectangle outlining the cell. The rectangle should be painted in the complementary color to that cell's current background.
This is important for when 4303294 is fixed. Discontinuous selection will allow for the case where the current focused cell is not selected. Currently, this will lead to the outline being invisible since the hard-coded outline color is the same as the unselected background color.
Note: 4860128 is addressing this problem already with JTree.
This is important for when 4303294 is fixed. Discontinuous selection will allow for the case where the current focused cell is not selected. Currently, this will lead to the outline being invisible since the hard-coded outline color is the same as the unselected background color.
Note: 4860128 is addressing this problem already with JTree.
- duplicates
-
JDK-4890408 Dashed Border not painted in selected JTable Cell (Windows L&F only)
-
- Closed
-
- relates to
-
JDK-4674205 Windows L&F: JTable and JTree selection should not be framed in yellow
-
- Resolved
-
-
JDK-4860128 REGRESSION: JTree does not paint "focused" node correctly, yellow border missing
-
- Resolved
-