-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
P2
-
Affects Version/s: 8
-
Component/s: javafx
-
Environment:
b87,
reproduced on Win and Mac (not tried on Linux)
Load the attached fxml.
(using FXMLLoader.load(getClass().getResource("xxx.fxml"));
Expand the first TitledPane : the display is fine.
Grow the window width (let say double the width), and open the 2nd TitledPane : the right part of the TitledPane is not painted.
Resize again the window : the TitledPane is now fine.
(using FXMLLoader.load(getClass().getResource("xxx.fxml"));
Expand the first TitledPane : the display is fine.
Grow the window width (let say double the width), and open the 2nd TitledPane : the right part of the TitledPane is not painted.
Resize again the window : the TitledPane is now fine.
- relates to
-
JDK-8123496 Accordion/ScrollPane : Scrollbars appear in wrong place for Accordion close/stretch/re-open
-
- Resolved
-