-
Bug
-
Resolution: Fixed
-
P3
-
1.4.2_08, 6
-
b71
-
x86
-
windows_xp
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2188889 | 5.0u25 | Karunakar Gajjala | P3 | Closed | Fixed | b01 |
JDK-2133494 | 1.4.2_13 | Kannan Balasubramanian | P3 | Resolved | Fixed | b01 |
ScrollBar sometimes show up incorrectly.
REPRODUCE :
1) Compile the sttached .java files
2) Launch "java Frame1"
You will see a whindows having "show Dialog" button.
3) Click "show Dialog"
you will see a dialogue box having "close" button.
You may not see scrollbar in the dialog at this step.
4) Click the "close" button.
5) Click "show Dialog" at step 3)
You will see scroll bar in the dialog.
PROBLEM:
The list in the dialogue does not have so many items(Row 1,2 ...6).
Also, the dialogue is big enough to show all the items without
scroll. So, scroll bar is not needed at step 5),(see expected-dialog.jpg)
but actually scroll bar shows up.(see actual-dialog.jpg)
CONFIGURATION :
JRE : 1.4.2_07/5.0u3/6.0b54
OS : WindowsXP(SP1, Japanese)
REPRODUCE :
1) Compile the sttached .java files
2) Launch "java Frame1"
You will see a whindows having "show Dialog" button.
3) Click "show Dialog"
you will see a dialogue box having "close" button.
You may not see scrollbar in the dialog at this step.
4) Click the "close" button.
5) Click "show Dialog" at step 3)
You will see scroll bar in the dialog.
PROBLEM:
The list in the dialogue does not have so many items(Row 1,2 ...6).
Also, the dialogue is big enough to show all the items without
scroll. So, scroll bar is not needed at step 5),(see expected-dialog.jpg)
but actually scroll bar shows up.(see actual-dialog.jpg)
CONFIGURATION :
JRE : 1.4.2_07/5.0u3/6.0b54
OS : WindowsXP(SP1, Japanese)
- backported by
-
JDK-2133494 ScrollBar does not show up correctly in 6.0
- Resolved
-
JDK-2188889 ScrollBar does not show up correctly in 6.0
- Closed