JDK-8157684 : WebView does not show vertical scrollbar
  • Type: Bug
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 8u92,9
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux_redhat_6.0
  • CPU: x86
  • Submitted: 2016-04-28
  • Updated: 2018-09-06
  • Resolved: 2017-08-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
tbdResolved
Related Reports
Duplicate :  
Description
FULL PRODUCT VERSION :


A DESCRIPTION OF THE PROBLEM :
I am adding custom content to JavaFX WebView. The scrollbar does not appear unless  I forcefully drag mouse down on Webview. 

Webview should be all scroll-able as the scroll bar width is too small.  

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
- Create a html of 450px in height and assign height to webview of 350 px. 
- Load content in webview on button click.

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
-Webview should show scrollbar by default as complete content is not displayed in the region. 
ACTUAL -
- Webview is visible without complete content being displayed and scrollbar is missing.

REPRODUCIBILITY :
This bug can be reproduced often.

CUSTOMER SUBMITTED WORKAROUND :
- None


Comments
Fixed in JDK-8168887
03-08-2017

8 GA (B-132) : Reproducible 8u60 (B-32) : Reproducible
12-07-2016