-
Bug
-
Resolution: Fixed
-
P4
-
1.1
-
1.1fcs
-
generic
-
solaris_2.5.1
-
Not verified
masayoshi.okutsu@Eng 1997-01-14
The following has been reported by Toshiba.
--
Description:
ScrollPane on Solaris fails to set up its scroll bars
when ScrollPane#add() method is called twice or more,
so you have an IllegalArgumentException when you move
ScrollPane bars.
Cause:
MScrollPanePeer.java for Solaris/Motif uses only
FIRST child to measure its children's size, and
ScrollPanePeer DONT remove its child even if its
child is already set.