I show a dialog (Stage) containing a TabPane with two Tabs each having a TextArea as content.
When the dialog is first shown with JavaFX 8.0.0-b83 it is completely blank - the TabPane doesn't paint at all. Resizing the window fixes that. After clicking on the second tab I see the focus rectangle in the tab title on both tabs. (The TextArea in the second tab doesn't paint it's content either when first flipped to, that's already filed as a separate issue)
When the dialog is first shown with JavaFX 8.0.0-b83 it is completely blank - the TabPane doesn't paint at all. Resizing the window fixes that. After clicking on the second tab I see the focus rectangle in the tab title on both tabs. (The TextArea in the second tab doesn't paint it's content either when first flipped to, that's already filed as a separate issue)
- relates to
-
JDK-8115909 [Focus] if traverse focus in focus change listener, scene will have two focused controls
- Closed