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 240205

Summary: NullPointerException at javafx.embed.swing.JFXPanel.sendInputMethodEventToFX
Product: platform Reporter: Vladimir Riha <vriha>
Component: Embedded BrowserAssignee: Stanislav Aubrecht <saubrecht>
Status: RESOLVED DUPLICATE    
Severity: normal CC: vriha
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 206448
Attachments: stacktrace

Description Vladimir Riha 2014-01-10 10:57:57 UTC
Build: NetBeans IDE 8.0 Beta (Build 201401100215)
VM: Java HotSpot(TM) Client VM, 25.0-b65, Java(TM) SE Runtime Environment, 1.8.0-ea-b122
OS: Linux

User Comments:
vriha: Just hit Run on HTML5 project to run it in embedded browser. I ran it immediately when IDE started




Stacktrace: 
java.lang.NullPointerException
   at javafx.embed.swing.JFXPanel.sendInputMethodEventToFX(JFXPanel.java:621)
   at javafx.embed.swing.JFXPanel.processInputMethodEvent(JFXPanel.java:609)
   at java.awt.Component.processEvent(Component.java:6309)
   at java.awt.Container.processEvent(Container.java:2234)
   at java.awt.Component.dispatchEventImpl(Component.java:4883)
   at java.awt.Container.dispatchEventImpl(Container.java:2292)
Comment 1 Vladimir Riha 2014-01-10 10:57:59 UTC
Created attachment 143783 [details]
stacktrace
Comment 2 Vladimir Riha 2014-01-10 11:00:29 UTC
I cannot reproduce it, will provide more information once I see it again.
Comment 3 Stanislav Aubrecht 2014-01-10 11:06:36 UTC

*** This bug has been marked as a duplicate of bug 240110 ***