-
Bug
-
Resolution: Fixed
-
P3
-
8
-
b38
-
x86
-
windows_xp
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085138 | emb-9 | Alexey Ivanov | P3 | Resolved | Fixed | team |
JDK-8063915 | 8u45 | Alexey Ivanov | P3 | Resolved | Fixed | b01 |
JDK-8059873 | 8u40 | Alexey Ivanov | P3 | Resolved | Fixed | b12 |
JDK-8069999 | emb-8u47 | Alexey Ivanov | P3 | Resolved | Fixed | team |
When a program create more tabs than the frame can show, scroll bar must be active so that
user can do something to the newly cretaed and hidden tabs, but actually, the scroll bar
does not become active.
CONFIGURATION :
JDK :JDK8b34/7u4/6u32(32bits)
OS : WindowsXP(SP3, Japanese, 32bits)
REPRODUCTION:
(1) Compile the attached test cases(TabTesrFrame.java, TabAddListener.java)
(2) Invoke "java TabTestFrame"
(3) Click "Add Tab" button twice in order to show "Added Tab2" and "Added Tab3.
"Added Tab3" is hidden partially.
(4) Click "Added Tab2" and then click "Added Tab3".
"Added Tab3" fully appears.
(5) Click "Add Tab" button.
EXPECTED:
At the above step (5), scroll bar for right direction becomes active.
ACTUAL:
The scroll bar for right direction does not become active.
FREQUENCY:
This problme always occurs.
user can do something to the newly cretaed and hidden tabs, but actually, the scroll bar
does not become active.
CONFIGURATION :
JDK :JDK8b34/7u4/6u32(32bits)
OS : WindowsXP(SP3, Japanese, 32bits)
REPRODUCTION:
(1) Compile the attached test cases(TabTesrFrame.java, TabAddListener.java)
(2) Invoke "java TabTestFrame"
(3) Click "Add Tab" button twice in order to show "Added Tab2" and "Added Tab3.
"Added Tab3" is hidden partially.
(4) Click "Added Tab2" and then click "Added Tab3".
"Added Tab3" fully appears.
(5) Click "Add Tab" button.
EXPECTED:
At the above step (5), scroll bar for right direction becomes active.
ACTUAL:
The scroll bar for right direction does not become active.
FREQUENCY:
This problme always occurs.
- backported by
-
JDK-8059873 ScrollBar doesn't become active when tabs are created more than frame size
-
- Resolved
-
-
JDK-8063915 ScrollBar doesn't become active when tabs are created more than frame size
-
- Resolved
-
-
JDK-8069999 ScrollBar doesn't become active when tabs are created more than frame size
-
- Resolved
-
-
JDK-8085138 ScrollBar doesn't become active when tabs are created more than frame size
-
- Resolved
-