-
Bug
-
Resolution: Fixed
-
P2
-
1.4.2
-
07
-
generic
-
solaris_8
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2072442 | 5.0 | Shannon Hickey | P2 | Resolved | Fixed | tiger |
JDK-2072441 | 1.4.2_05 | Shannon Hickey | P2 | Closed | Fixed | 05 |
Resizing the last column in a table using the right most handle causes
property change events to be sent on the width of the column even if
the column width does not change visualy.
You can see that events are sent using addPropertyChangeListener()
on the last column and listening to "width" changes.
To reproduce:
- Try resizing the last column using the right most handle.
- If you attempt to resize the frame after that, the column instantly
colapses to a different size.
Impact:
We cannot reliably determine the width of the column.
Testcase: Testcase is attached to this bug report
property change events to be sent on the width of the column even if
the column width does not change visualy.
You can see that events are sent using addPropertyChangeListener()
on the last column and listening to "width" changes.
To reproduce:
- Try resizing the last column using the right most handle.
- If you attempt to resize the frame after that, the column instantly
colapses to a different size.
Impact:
We cannot reliably determine the width of the column.
Testcase: Testcase is attached to this bug report
- backported by
-
JDK-2072442 JTable: Weird column resizing behavior in auto resize modes
- Resolved
-
JDK-2072441 JTable: Weird column resizing behavior in auto resize modes
- Closed