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 23671

Summary: Switching workspaces is buggy
Product: platform Reporter: Jan Zajicek <jzajicek>
Component: Window SystemAssignee: mslama <mslama>
Status: CLOSED FIXED    
Severity: blocker CC: pzavadsky
Priority: P2    
Version: 3.x   
Hardware: Sun   
OS: SunOS   
Issue Type: DEFECT Exception Reporter:
Attachments: Diff of fix

Description Jan Zajicek 2002-05-17 11:36:06 UTC
dev #200205170100
jdk 1.4.1-beta-b11

1. Start ide in mdi mode.
2. Try to switch between workspaces - it works.
3. Now try to switch using keyboard - ctrl+shift+
arrow up or down - note that workspaces are
switched however selected workspace tab doesn't.
4. And finaly try to use mouse to switch
workspaces - nothing happens only tabs are changed
not the content.

Feel free to downgrade the prio - however I sense
this as regression.
Comment 1 mslama 2002-05-20 15:37:47 UTC
Multiple instances of workspace switcher was created. Fix makes
singleton from workspace switcher.

Fixed in main trunk.

Modifed:
src/org/netbeans/core/windows MainWindow.java         r.1.44
src/org/netbeans/core/windows WorkspaceSwitcher.java  r.1.17
Comment 2 mslama 2002-05-20 15:39:15 UTC
Created attachment 5858 [details]
Diff of fix
Comment 3 Peter Zavadsky 2002-05-20 15:51:41 UTC
Integrated to q-build branch [QBE200205170100].
Comment 4 Marian Mirilovic 2002-05-28 08:43:41 UTC
verified in [nb_dev](20020528)
Comment 5 mslama 2002-05-30 10:37:00 UTC
*** Issue 22076 has been marked as a duplicate of this issue. ***
Comment 6 Quality Engineering 2003-07-01 16:42:03 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.