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 - NullPointerException at java.awt.Component.findUnderMouseInWindow
Summary: NullPointerException at java.awt.Component.findUnderMouseInWindow
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-19 09:39 UTC by fortruth
Modified: 2014-07-11 12:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203417


Attachments
stacktrace (2.62 KB, text/plain)
2014-03-19 09:39 UTC, fortruth
Details

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