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

<input type="color"/> results in strange unusable input object

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 7u6
    • 7u6
    • javafx
    • web

      Open the following page in WebVew:

      <!DOCTYPE html>
      <html>
      <body>
      <form>
          Select color: <input type="color"/><input type="submit"/>
      </form>
      </body>
      </html>

      For the <input> element of type "color", WebView will display a black rounded rectangle with gray outline. Clicking on the rectangle will have no effect.

      Note that the only major browser that currently supports <input type="color"> is Opera. Chrome does not support such an input type and displays a simple text box when it encounters one.

            vbaranov Vasiliy Baranov (Inactive)
            vbaranov Vasiliy Baranov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: