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 256155 - NullPointerException at com.sun.javafx.scene.web.skin.HTMLEditorSkin.setContentEditable
Summary: NullPointerException at com.sun.javafx.scene.web.skin.HTMLEditorSkin.setConte...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-24 18:42 UTC by lehel
Modified: 2015-11-06 20:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220753


Attachments
stacktrace (1.10 KB, text/plain)
2015-10-24 18:42 UTC, lehel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lehel 2015-10-24 18:42:45 UTC
Build: NetBeans IDE 8.1 RC2 (Build 201510122201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Windows 8

User Comments:
lehel: HTML5 Application




Stacktrace: 
java.lang.NullPointerException
   at com.sun.javafx.scene.web.skin.HTMLEditorSkin.setContentEditable(HTMLEditorSkin.java:1040)
   at com.sun.javafx.scene.web.skin.HTMLEditorSkin.lambda$null$9(HTMLEditorSkin.java:440)
   at com.sun.javafx.scene.web.skin.HTMLEditorSkin$$Lambda$214/81692079.run(HTMLEditorSkin.java:0)
   at com.sun.javafx.application.PlatformImpl.lambda$null$164(PlatformImpl.java:292)
   at com.sun.javafx.application.PlatformImpl$$Lambda$71/692999690.run(PlatformImpl.java:0)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
Comment 1 lehel 2015-10-24 18:42:46 UTC
Created attachment 156953 [details]
stacktrace