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 - NullPointerException at javafx.embed.swing.JFXPanel.sendInputMethodEventToFX
Summary: NullPointerException at javafx.embed.swing.JFXPanel.sendInputMethodEventToFX
Status: RESOLVED DUPLICATE of bug 240110
Alias: None
Product: platform
Classification: Unclassified
Component: Embedded Browser (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-10 10:57 UTC by Vladimir Riha
Modified: 2014-01-10 11:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206448


Attachments
stacktrace (1.82 KB, text/plain)
2014-01-10 10:57 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***