Hi,
I have issue with WebViewSample ( Adding HTML Content to JavaFX Applications | JavaFX 2 Tutorials and Documentation ) on the JDK 1.8.121.
When I maximize/minimize other application in full screen, my WebView's components don't refresh.
How to reproduce:
- Launch WebViewSample and put it in full screen
- Reduce WebViewSample's window
- Open Paint (or one other app) and put it in full screen
- Reduce Paint's window
- Click on WebViewSample icon in toolbar for put WebViewSample in full screen
-> The view is freeze/stuck and not refresh on any action. But we can use the web page (if we know where are buttons/links...)
For refresh or solve temporaly this issue, move/resize WebViewSample's window.
Any idea for solve this issue?