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 164400 - jquery .next() function triggers warning
Summary: jquery .next() function triggers warning
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-04 16:45 UTC by emorgan
Modified: 2012-05-10 14:28 UTC (History)
0 users

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 emorgan 2009-05-04 16:45:01 UTC
When using the .next() function in a line of code, such as this:

$("#catalogType-filter").parent().next().hide();

... the word "next" gets underlined with a browser compatibility warning:
"Function Iterator.next is not supported by all of your targeted browsers"

Evidently it is confusing jquery's next() with Iterator.next()
Comment 1 emorgan 2009-05-04 16:45:33 UTC
Forgot to mention this is in 6.7 beta
Comment 2 Petr Pisl 2012-05-10 14:28:31 UTC
This is not available in the new Js Editor, that will be a part of NetBeans 7.2.next