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
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
- duplicates
-
JDK-8124728 Webview radio button and checkboxes missing
-
- Resolved
-