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

WebView check boxes, radio buttons and buttons initial display incorrect or sometime missing

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • 8
    • 7u15
    • javafx
    • None
    • web

      Dear all,

      I had an example html as following:
      <html>
      <body>
      <form action="">
      <input type="checkbox" name="che" value="1" disabled="true">Test CheckBox 1<br>
      <input type="checkbox" name="che" value="2" disabled="true">Test CheckBox 2<br>
      <input type="checkbox" name="che" value="3" disabled="true">Test CheckBox 3<br>
      <input type="checkbox" name="che" value="4" disabled="true">Test CheckBox 4<br>
      <input type="checkbox" name="che" value="5" disabled="true">Test CheckBox 5<br>
      <input type="checkbox" name="che" value="6" disabled="true">Test CheckBox 6<br>
      <input type="checkbox" name="che" value="7" disabled="true">Test CheckBox 7<br>
      <input type="checkbox" name="che" value="8" disabled="true">Test CheckBox 8<br>
      <input type="checkbox" name="che" value="9" disabled="true">Test CheckBox 9<br>
      <input type="checkbox" name="che" value="10" disabled="true">Test CheckBox 10<br>
      <br>
      <input type="radio" name="rad" value="1" disabled>Test Radio 1<br>
      <input type="radio" name="rad" value="2" disabled>Test Radio 2<br>
      <br>
      <button disabled>Test Button 1</button>
      <button disabled>Test Button 2</button>
      </form>
      </body>
      </html>

      When I use first view the this html, I found that all the check boxes, radio buttons and buttons are not initial display correctly.
      They are not dimmed at look and feel, i need to mouse over these buttons, then the web view redraw again to make the display correctly.

      In some cases, if i refresh sometimes, some of the check boxes are missing, i also need to mouse over the area in order to make the check box "visible"

      Can you give some hints on how to fix it ?

      Thanks,
      Ben

            peterz Peter Zhelezniakov
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: