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

Summary: jquery .next() function triggers warning
Product: javascript Reporter: emorgan <emorgan>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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