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 222514 - No CC after document.getElementById(elementId).|
Summary: No CC after document.getElementById(elementId).|
Status: RESOLVED DUPLICATE of bug 215764
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-21 08:56 UTC by Tomas Mysik
Modified: 2012-11-21 09:09 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 Tomas Mysik 2012-11-21 08:56:21 UTC
There is no CC available after:

document.getElementById(elementId).|

But it seems to me that it should be, according to [1], this method returns Element.

Thanks.
[1] http://www.w3.org/TR/DOM-Level-2-Core/core.html#i-Document
Comment 1 Tomas Mysik 2012-11-21 09:09:57 UTC

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