This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268239

Summary: NullPointerException at javafx.embed.swing.JFXPanel$HostContainer.lambda$setEmbeddedScene$53
Product: ide Reporter: javatlacati <javatlacati>
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal CC: javatlacati
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
See Also: https://netbeans.org/bugzilla/show_bug.cgi?id=268296
Issue Type: DEFECT Exception Reporter: 226462
Attachments: stacktrace

Description javatlacati 2016-09-28 01:58:25 UTC
Build: NetBeans IDE 8.2 RC (Build 201609140952)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows 8

User Comments:
javatlacati: webkit browser hidden by another another tab and then closed the tab and rerendering seems to lanch the exception




Stacktrace: 
java.lang.NullPointerException
   at javafx.embed.swing.JFXPanel$HostContainer.lambda$setEmbeddedScene$53(JFXPanel.java:929)
   at javafx.embed.swing.JFXPanel$HostContainer$$Lambda$263/1117445124.run(JFXPanel.java:0)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:709)
Comment 1 javatlacati 2016-09-28 01:58:27 UTC
Created attachment 162250 [details]
stacktrace