JDK-8092195 : HTML 5 attribute "required" not working JavaFX Webview Webengine
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: web
  • Affected Version: 7u6,9
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2013-10-01
  • Updated: 2017-10-16
  • Resolved: 2017-10-16
Related Reports
Duplicate :  
Description
The HTML5 attribute for input tag "required" is not working in the JavaFX webview webengine.
 
 
Username: <input type="text" name="usrname" required="required" >
 
 
When the html page that has this attribute is loaded in webengine and submitted it not generating the "Please fill out this field". The form is getting submitted and the next page is loaded
 
I was reading online JavaFX 2.2 supports HTML 5 but this attribute is not working. Can any one help me to fix this issue.
Comments
Can this be closed as a duplicate of that issue then? Update: I see you already did close it as a dup. Thanks.
16-10-2017

This issue is Form Validation related which has been fixed as part of JDK-8089124
16-10-2017