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 126360 - switch between two page with ctrl+tab button
Summary: switch between two page with ctrl+tab button
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-01-31 07:28 UTC by saeed_z_f
Modified: 2008-12-22 11:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description saeed_z_f 2008-01-31 07:28:14 UTC
when i switch between two page with ctrl+tab button occured this exception :

java.lang.IllegalStateException: [Winsys] TopComponent org.netbeans.core.multiview.MultiViewCloneableTopComponent throws
runtime exception from its componentHidden() method.
Please repair it!
        at org.openide.windows.WindowManager.logThrowable(WindowManager.java:361)
        at org.openide.windows.WindowManager.componentHidden(WindowManager.java:345)
        at org.netbeans.core.windows.WindowManagerImpl.componentHidden(WindowManagerImpl.java:1030)
        at org.netbeans.core.windows.view.DefaultView.changeGUI(DefaultView.java:491)
        at org.netbeans.core.windows.ViewRequestor.dispatchRequest(ViewRequestor.java:269)
        at org.netbeans.core.windows.ViewRequestor.processRequest(ViewRequestor.java:245)
        at org.netbeans.core.windows.ViewRequestor.postRequest(ViewRequestor.java:183)
        at org.netbeans.core.windows.ViewRequestor.scheduleRequest(ViewRequestor.java:123)
        at org.netbeans.core.windows.Central.activateModeTopComponent(Central.java:1697)
        at org.netbeans.core.windows.WindowManagerImpl.topComponentRequestActive(WindowManagerImpl.java:1126)
        at org.openide.windows.TopComponent.requestActive(TopComponent.java:709)
        at org.netbeans.core.windows.actions.RecentViewListAction.actionPerformed(RecentViewListAction.java:129)
        at org.netbeans.core.windows.view.ui.KeyboardPopupSwitcher.processInterruption(KeyboardPopupSwitcher.java:303)
        at org.netbeans.core.windows.view.ui.KeyboardPopupSwitcher.processShortcut(KeyboardPopupSwitcher.java:167)
        at
org.netbeans.core.windows.ShortcutAndMenuKeyEventProcessor.dispatchKeyEvent(ShortcutAndMenuKeyEventProcessor.java:271)
        at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:955)
        at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:834)
        at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:661)
        at java.awt.Component.dispatchEventImpl(Component.java:4282)
        at java.awt.Container.dispatchEventImpl(Container.java:2116)
        at java.awt.Window.dispatchEventImpl(Window.java:2429)
        at java.awt.Component.dispatchEvent(Component.java:4240)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
java.lang.OutOfMemoryError: Java heap space
Comment 1 Lukas Hasik 2008-01-31 15:45:48 UTC
http://qa.netbeans.org/bugzilla/bug_priority_guidelines.html

please, follow the bug priority guidelines when reporting issues, thank you.
Comment 2 David Simonek 2008-02-07 14:09:48 UTC
system says: "org.netbeans.core.multiview.MultiViewCloneableTopComponent throws
runtime exception from its componentHidden() method." so I'm passing to multiview, but actual error may be in some other
code, I don't know why guilty code is not shown in exception.

Reporter, could you please attach steps for reproduction, if you can reproduce this issue? It should be connected to the
type of document you are switching to or from.

Comment 3 Stanislav Aubrecht 2008-02-11 17:53:37 UTC
it's outofmemory error (see the bottom of the stack trace), so i don't suppose it's a fault in window system
Comment 4 David Simonek 2008-03-04 14:41:18 UTC
No reaction from reporter for a long time, so I'm closing, not enough info to do anything. Reporter, feel free to reopen
with requested information, thanks.