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 243041

Summary: NullPointerException at java.awt.Component.findUnderMouseInWindow
Product: platform Reporter: fortruth <fortruth>
Component: JDK ProblemsAssignee: Antonin Nebuzelsky <anebuzelsky>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 203417
Attachments: stacktrace

Description fortruth 2014-03-19 09:39:26 UTC
Build: NetBeans IDE Dev (Build 201403030001)
VM: OpenJDK 64-Bit Server VM, 24.45-b08, OpenJDK Runtime Environment, 1.7.0_51-b00
OS: Linux

User Comments:
GUEST: Mouse movement in editor

fortruth: working on a simple html file

GUEST: Row shifting up




Stacktrace: 
java.lang.NullPointerException
   at java.awt.Component.findUnderMouseInWindow(Component.java:1329)
   at java.awt.Component.getMousePosition(Component.java:1377)
   at org.netbeans.modules.web.livehtml.ui.DiffHighlighter.mouseMoved(DiffHighlighter.java:236)
   at java.awt.AWTEventMulticaster.mouseMoved(AWTEventMulticaster.java:330)
   at java.awt.AWTEventMulticaster.mouseMoved(AWTEventMulticaster.java:329)
   at java.awt.Component.processMouseMotionEvent(Component.java:6550)
Comment 1 fortruth 2014-03-19 09:39:28 UTC
Created attachment 146137 [details]
stacktrace