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 218377 - NullPointerException at org.mozilla.browser.MozillaPanel.onSetVisible
Summary: NullPointerException at org.mozilla.browser.MozillaPanel.onSetVisible
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: Embedded Mozilla (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-14 13:53 UTC by javydreamercsw
Modified: 2012-09-21 14:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 192441


Attachments
stacktrace (1.31 KB, text/plain)
2012-09-14 13:53 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2012-09-14 13:53:50 UTC
Build: NetBeans IDE Dev (Build 201209140001)
VM: Java HotSpot(TM) Client VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
javydreamercsw: Clicking a link in the start page.




Stacktrace: 
java.lang.NullPointerException
   at org.mozilla.browser.MozillaPanel.onSetVisible(MozillaPanel.java:798)
   at org.mozilla.browser.impl.ChromeAdapter$2.run(ChromeAdapter.java:142)
   at org.mozilla.browser.MozillaExecutor$7.run(MozillaExecutor.java:720)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:721)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
Comment 1 javydreamercsw 2012-09-14 13:53:53 UTC
Created attachment 124373 [details]
stacktrace