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 255962 - NullPointerException at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.mouseWheelMoved
Summary: NullPointerException at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.mous...
Status: RESOLVED DUPLICATE of bug 256330
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-15 21:43 UTC by victork
Modified: 2016-01-14 12:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220580


Attachments
stacktrace (2.55 KB, text/plain)
2015-10-15 21:44 UTC, victork
Details

Note You need to log in before you can comment on or make changes to this bug.
Description victork 2015-10-15 21:43:59 UTC
Build: NetBeans IDE Dev (Build 20151007-e8f3bb20ee26)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.79-b02, Java(TM) SE Runtime Environment, 1.7.0_79-b15
OS: Windows 7

User Comments:
victork: Scrolling during RDP connection on previously opened IDE window.




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.basic.BasicScrollPaneUI$Handler.mouseWheelMoved(BasicScrollPaneUI.java:866)
   at java.awt.AWTEventMulticaster.mouseWheelMoved(AWTEventMulticaster.java:532)
   at java.awt.Component.processMouseWheelEvent(Component.java:6604)
   at java.awt.Component.processEvent(Component.java:6288)
   at java.awt.Container.processEvent(Container.java:2229)
   at java.awt.Component.dispatchEventImpl(Component.java:4872)
Comment 1 victork 2015-10-15 21:44:00 UTC
Created attachment 156754 [details]
stacktrace
Comment 2 Jiri Kovalsky 2015-10-16 09:17:25 UTC
Maybe related to issue #213268? Reassigning for further evaluation.
Comment 3 Jiri Prox 2016-01-14 12:02:11 UTC

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