Indeterminate HTML checkbox not displayed correctly in QWebView
General and Desktop
2
Posts
2
Posters
574
Views
1
Watching
-
I have the following HTML content
@<input type="checkbox" id="some-checkbox">@
@var checkbox = document.getElementById("some-checkbox");
checkbox.indeterminate = true;@It is correctly displayed in Chrome browser. However, inside a QWebView, the checkbox appears in a 'false' state.
Any advice will be thanked.
-
This post is deleted!