JDK-6889007 : No resize cursor during hovering mouse over JTable
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6,6u18
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: windows,windows_xp,windows_vista
  • CPU: x86
  • Submitted: 2009-10-07
  • Updated: 2011-01-19
  • Resolved: 2010-01-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u18 b04Fixed 7Fixed
Related Reports
Duplicate :  
Relates :  
Description
Enviroments: jdk6u18 b03 (not reproducible on earlier builds), Windows Vista

Steps:

1. Run JTable demo (for example, http://java.sun.com/docs/books/tutorial/uiswing/examples/components/SimpleTableDemoProject/src/components/SimpleTableDemo.java)
2. Move the cursor over JTable, try to resize the columns
3. Note the cursor type is still "default" (but not "resize" which is expected).

Comments
EVALUATION This is an unfortunate regression of the fix for #6884066 SwingUtilities2.shouldIgnore() skips all mouseEvents with no pressed mouse buttons
08-10-2009