WebView always renders a vertical scrollbar even in the case where there is no need for one. The horizontal scrollbar is correctly drawn only when needed.
To reproduce:
1. Load http://google.com in HelloWebView
2. BUG: there is a vertical scroll bar but it doesn't do anything.
3. Resize the window to be smaller vertically until the content no longer fits
4. An active scrollbar will be rendered.
5. Resize the window larger vertically until the content fits in the window
6. BUG: The scrollbar remains
To reproduce:
1. Load http://google.com in HelloWebView
2. BUG: there is a vertical scroll bar but it doesn't do anything.
3. Resize the window to be smaller vertically until the content no longer fits
4. An active scrollbar will be rendered.
5. Resize the window larger vertically until the content fits in the window
6. BUG: The scrollbar remains
- duplicates
-
JDK-8203698 JavaFX WebView crashes when visiting certain web sites
- Resolved
-
JDK-8171904 WebView shows disabled scrollbar for google.com
- Closed
-
JDK-8203698 JavaFX WebView crashes when visiting certain web sites
- Resolved