id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
7662,$('body').children() puts java applet in incosistent state - opera only,zeljko,zeljko,"jQuery: 1.4.4[[BR]]
Browser: Opera 10.63

'''Problem:'''

After performing selection with $('body').children(), call to applet method (from javascript) fails with following message: ""message: java.lang.NoSuchFieldException: nextSibling"".

It appears that .children() method uses sibling() method to move through element siblings, in that method there is a loop: ""for ( ; n; n = n.nextSibling )"", my guess is that call to n.nextSibling on applet element will try to invoke applet method ""nextSibling"". It will not fail, but next call to applet method will fail.

This is an issue only in Opera, it seems that it doesn't affect other browsers.

",bug,closed,undecided,1.6,unfiled,1.4.4,invalid,,,,
