When i am using webview to viewing some pages for testing, i found that some of checkbox or radio buttons are missing,
then i also got the following error i the debug panel
java.lang.NullPointerException
at com.sun.webpane.sg.theme.RenderThemeImpl$Pool.put(RenderThemeImpl.java:143)
at com.sun.webpane.sg.theme.RenderThemeImpl.createWidget(RenderThemeImpl.java:279)
at com.sun.webpane.platform.WebPage.twkUpdateContent(Native Method)
at com.sun.webpane.platform.WebPage.updateDirty(WebPage.java:352)
at com.sun.webpane.platform.WebPage.updateContent(WebPage.java:605)
at com.sun.javafx.sg.prism.NGWebView.update(NGWebView.java:52)
at javafx.scene.web.WebView.handleStagePulse(WebView.java:956)
at javafx.scene.web.WebView.access$300(WebView.java:81)
at javafx.scene.web.WebView$3.pulse(WebView.java:253)
at com.sun.javafx.tk.Toolkit.firePulse(Toolkit.java:360)
at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:460)
at com.sun.javafx.tk.quantum.QuantumToolkit$9.run(QuantumToolkit.java:329)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.access$100(WinApplication.java:29)
at com.sun.glass.ui.win.WinApplication$3$1.run(WinApplication.java:73)
at java.lang.Thread.run(Thread.java:722)
Can anyone tell me how to workaround on it ?
Thanks
then i also got the following error i the debug panel
java.lang.NullPointerException
at com.sun.webpane.sg.theme.RenderThemeImpl$Pool.put(RenderThemeImpl.java:143)
at com.sun.webpane.sg.theme.RenderThemeImpl.createWidget(RenderThemeImpl.java:279)
at com.sun.webpane.platform.WebPage.twkUpdateContent(Native Method)
at com.sun.webpane.platform.WebPage.updateDirty(WebPage.java:352)
at com.sun.webpane.platform.WebPage.updateContent(WebPage.java:605)
at com.sun.javafx.sg.prism.NGWebView.update(NGWebView.java:52)
at javafx.scene.web.WebView.handleStagePulse(WebView.java:956)
at javafx.scene.web.WebView.access$300(WebView.java:81)
at javafx.scene.web.WebView$3.pulse(WebView.java:253)
at com.sun.javafx.tk.Toolkit.firePulse(Toolkit.java:360)
at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:460)
at com.sun.javafx.tk.quantum.QuantumToolkit$9.run(QuantumToolkit.java:329)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.access$100(WinApplication.java:29)
at com.sun.glass.ui.win.WinApplication$3$1.run(WinApplication.java:73)
at java.lang.Thread.run(Thread.java:722)
Can anyone tell me how to workaround on it ?
Thanks
- duplicates
-
JDK-8088156 Input elements are not rendered when page is loaded on Linux.
-
- Closed
-
-
JDK-8124063 WebView check boxes, radio buttons and buttons initial display incorrect or sometime missing
-
- Closed
-
- relates to
-
JDK-8093303 Webview radio button and checkboxes missing
-
- Resolved
-