-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2_11, 6
-
b02
-
generic, x86
-
windows, windows_xp
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2162733 | 6u10 | Yuri Nesterenko | P3 | Resolved | Fixed | b26 |
The following 3 swing problems are reported by a customer.
(Escalation #1-15990788, case# 64950957)
These problems are observed only on windows XP, not on windows 2000 and 2003.
On windows XP, the problems can be reproduced with IE as well as appletviewer,
therefore this is likely an awt issue.
A simple standalone testcase is provided by customer.
To reproduce, run the attach applet. The application displays a
"wide" table with vertical and horizontal scroll bars.
The table is implemented as a grid of panels instead of JTable.
Here are the problems:
Problem #1 is not reproducible with the simple testcase, but
customer has demonstrated the problem via "Microsoft Live Meeting"
1. When applet is brought up initially, the horizontal scroll bar will not
work (won't scroll right). When they select one of the alternate views,
(e.g. click on sort button to sort the table), then the horizontal scroll
will work.
Problems #2 and #3 can easily be reproduced with the testcase.
Slide the horizontal bar to show the far right columns
(now showing column 13-20), try to resize one of these columns:
2. Instead of showing column header 15-20, column header 1-8 is shown.
(the rest of the cells are still showing column 13-20)
3. As a result, column headers and corresponding column body cells are
mis-aligned.
(Escalation #1-15990788, case# 64950957)
These problems are observed only on windows XP, not on windows 2000 and 2003.
On windows XP, the problems can be reproduced with IE as well as appletviewer,
therefore this is likely an awt issue.
A simple standalone testcase is provided by customer.
To reproduce, run the attach applet. The application displays a
"wide" table with vertical and horizontal scroll bars.
The table is implemented as a grid of panels instead of JTable.
Here are the problems:
Problem #1 is not reproducible with the simple testcase, but
customer has demonstrated the problem via "Microsoft Live Meeting"
1. When applet is brought up initially, the horizontal scroll bar will not
work (won't scroll right). When they select one of the alternate views,
(e.g. click on sort button to sort the table), then the horizontal scroll
will work.
Problems #2 and #3 can easily be reproduced with the testcase.
Slide the horizontal bar to show the far right columns
(now showing column 13-20), try to resize one of these columns:
2. Instead of showing column header 15-20, column header 1-8 is shown.
(the rest of the cells are still showing column 13-20)
3. As a result, column headers and corresponding column body cells are
mis-aligned.
- backported by
-
JDK-2162733 scrolling and resize problem in Window XP
- Resolved
- duplicates
-
JDK-6466675 api/java_awt/ScrollPane/descriptions.html#sets doesn't work correctly on windows.
- Closed
-
JDK-6405587 diff. ScrollPane behavior between winXP style and Win classic in 6.0b76
- Closed
- relates to
-
JDK-5049000 java.awt.ScrollPane.getScrollPosition works wrong sometimes
- Closed