-
Bug
-
Resolution: Fixed
-
P2
-
fx2.0
To reproduce.
Run HelloHTMLEditor
Notice that the webview area is empty
move the mouse into the window and the text appears.
What I suspect is in HelloHTMLEditor the text is already drawn in the webview. When the mouse moves over the toolbar or a button in the scene it causes another layout pass because the button changes it state from inactive to hovered. This 2nd layout pass will relayout the scene and the text is visible.
Run HelloHTMLEditor
Notice that the webview area is empty
move the mouse into the window and the text appears.
What I suspect is in HelloHTMLEditor the text is already drawn in the webview. When the mouse moves over the toolbar or a button in the scene it causes another layout pass because the button changes it state from inactive to hovered. This 2nd layout pass will relayout the scene and the text is visible.