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 258096 - NullPointerException at org.netbeans.modules.form.menu.KeyboardMenuNavigator.selectOffsetMenu
Summary: NullPointerException at org.netbeans.modules.form.menu.KeyboardMenuNavigator....
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-22 13:38 UTC by FiruzzZ
Modified: 2016-02-22 13:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222658


Attachments
stacktrace (2.85 KB, text/plain)
2016-02-22 13:38 UTC, FiruzzZ
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FiruzzZ 2016-02-22 13:38:37 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.74-b02, Java(TM) SE Runtime Environment, 1.8.0_74-b02
OS: Windows 10

User Comments:
FiruzzZ: I am not sure when happened but I guess it was when I was trying to navigate through a Menu and its MenuItems with the arrows of the keyboard




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.form.menu.KeyboardMenuNavigator.selectOffsetMenu(KeyboardMenuNavigator.java:208)
   at org.netbeans.modules.form.menu.KeyboardMenuNavigator.keyPressed(KeyboardMenuNavigator.java:101)
   at java.awt.AWTEventMulticaster.keyPressed(AWTEventMulticaster.java:250)
   at java.awt.Component.processKeyEvent(Component.java:6493)
   at javax.swing.JComponent.processKeyEvent(JComponent.java:2832)
   at java.awt.Component.processEvent(Component.java:6312)
Comment 1 FiruzzZ 2016-02-22 13:38:38 UTC
Created attachment 158598 [details]
stacktrace