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 17771

Summary: Infinite loop in Options Dialog (Properties of Properties)
Product: platform Reporter: hlavac <hlavac>
Component: Window SystemAssignee: Peter Zavadsky <pzavadsky>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description hlavac 2001-11-16 12:53:13 UTC
Using alternative workspace chooser module, clicking on "workspace chooser" button to pop up 
workspaces tree explorer view, then selecting node that repsesents properties window causes 
infinite loop adding "Properties of "+nodename to title of window which is subsequently 
mirrored back to node name, then another "Properties of " is added, causing another loop of this, 
forever.
Properties of Properties of Properties of Properties of Properties of Properties  of 
etc. :)
Comment 1 Marian Mirilovic 2002-02-04 09:25:02 UTC
Passing to Dafe, you have fixed this one in Workspace Customizer (see
issue 16440)
Comment 2 Marian Mirilovic 2002-02-04 09:25:45 UTC
*** Issue 20099 has been marked as a duplicate of this issue. ***
Comment 3 Jan Zajicek 2002-02-04 10:48:12 UTC
*** Issue 20092 has been marked as a duplicate of this issue. ***
Comment 4 Jan Zajicek 2002-02-13 11:03:11 UTC
Note, this issue is *not* connected with workspace switcher module.
Here are steps how to reproduce it in the fresh installation of ide:

1. start ide e.g. in SDI mode (this is also reproducible in MDI but in
SDI is the reproduction quicker, because properties window isn't
docked in the Explorer)
2. open Options and expand IDE Configuration | Look and Feel | Workspaces
3. click on Properties of xxx node

Result: Properties of Properties of Properties of ... as the node
display name.
Comment 5 Jan Zajicek 2002-04-30 17:05:07 UTC
*** Issue 22202 has been marked as a duplicate of this issue. ***
Comment 6 Peter Zavadsky 2002-05-23 17:08:45 UTC
Fixed in [trunk]

Fix:
core/../windows/nodes/ModeContext.java [1.18]

Note: It is the same problem like in issue #16640, the fix is also
same, with slight difference, (see the fix if interested).
Comment 7 Marian Mirilovic 2002-05-28 13:24:15 UTC
verified in [nb_dev](20020528)
Comment 8 Marian Mirilovic 2003-03-17 12:24:40 UTC
Verified in Update patch 2 for S1S 4.1
Comment 9 Quality Engineering 2003-07-01 16:38:32 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.