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 121173 - [60cat] Prototype functions missing in navigator for JavaScript
Summary: [60cat] Prototype functions missing in navigator for JavaScript
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-05 12:19 UTC by dynamite
Modified: 2009-02-27 14:26 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 dynamite 2007-11-05 12:19:05 UTC
[ BUILD # : 200711041200 ]
[ JDK VERSION : 1.5.* ]

For the following file I only see fred() and not fred's getName()
method.  getName() should also be in the navigator, and I seem to
remember it being so at sometime in the past, but I could be wrong.

function fred() {}
fred.prototype.getName = function() {return this.name; }
Comment 1 Jan Jancura 2007-11-09 08:11:37 UTC
Not easy to implement,
Comment 2 Petr Jiricka 2008-02-25 22:48:42 UTC
Fixed in NetBeans 6.1 build 682.
Comment 3 polan 2008-06-18 14:11:04 UTC
Verified.