Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8088807

WebView does not display validation messages

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • 10
    • fx2.1, 9
    • javafx
    • None
    • web

      Suppose I have the following HTML page:

      <html>
      <body>
      <h3>validationMsgValueMissing</h3>
      <form onsubmit="return false;">
      <p>
      Required form control element: <input type="text" required/>
      <input type="submit"/>
      </p>
      </form>
      </body>
      </html>

      If I open it in e.g. Chrome and click "Submit", Chrome will display a validation message, as in the attached screenshot.

      WebView, on the other hand, will not display any messages.

            rkamath Rajath Kamath
            vbaranov Vasiliy Baranov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: