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 226474 - JavaScript Navigator in 7.3
Summary: JavaScript Navigator in 7.3
Status: RESOLVED DUPLICATE of bug 223899
Alias: None
Product: javascript
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.3
Hardware: PC Mac OS X
: P1 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-21 16:20 UTC by menendezpoo
Modified: 2013-02-26 03:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Picture is self explanatory (145.10 KB, image/png)
2013-02-21 16:20 UTC, menendezpoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description menendezpoo 2013-02-21 16:20:19 UTC
Created attachment 131686 [details]
Picture is self explanatory

try this javascript:


a.b.c = {
    
    a: 'something',
    
    b: 'something-else'
    
}

In 7.3 Navigator window will show nothing and a title of "NULL"
Comment 1 Petr Pisl 2013-02-21 21:32:21 UTC
The "null" issue is in CSL and is fixed as issue #223899.

The navigator is also fixed and your case works correctly in dev build.
Comment 2 Petr Pisl 2013-02-21 21:33:40 UTC
If you want to try a dev build, please download it from http://bits.netbeans.org/download/trunk/nightly/latest/ .

Thanks
Comment 3 Marian Mirilovic 2013-02-26 03:18:22 UTC

*** This bug has been marked as a duplicate of bug 223899 ***