JDK-4834223 : Win L&F: JList highlighting and pick area do not match native
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 5.0
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2003-03-18
  • Updated: 2003-06-25
  • Resolved: 2003-06-25
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
When selecting an item in JList, the highlighting goes across the
whole column.  Windows' native ListView widget only highlights the
bounding box of the item's content.

This also applies to the sensitive area for clicking on an item.
In Windows' ListView, a click outside an item's bounding box results
in clearing the selection.

###@###.### 2003-03-18

Comments
EVALUATION This should only happen for windows, not metal. We shouldn't add this in basic, or if we do it should be enabled by a property that defaults to off. ###@###.### 2003-03-18 Name: apR10133 Date: 06/24/2003 Some native lists on Windows do highlight the entire cell. The Index tab of Windows 2000 Help is an example. Thus, this should only happen for file chooser. I'll close this as duplucate of bug 4835633 which overlaps this one. ###@###.### ======================================================================
24-08-2004