On 11/3/06, Pascal <[EMAIL PROTECTED]> wrote: > hey gang-- > > i'm seeing a new, related problem that thought i should bring to your > attention. this occurs in rev. 522 and 524. > > I'm calling $(form.elements).customPluginThatIWrote(). > > as a test, before this statement, i alert(form.elements.length), > getting a value of 16 (the # of elements in this particular form). > then in my custom plugin, i have alert(this.size()). in Firefox and > Safari this also returns 16, but in IE6 the value is 1 for some reason. > > i'm sorry i can't be of more help in figuring out why that's > happening, but i thought it was worth bringing to everyone's attention.
Thanks Pascal. I took out the fix in 524 and this was still happening in IE. This looks like a completely new issue with passing in a dom node list to jQuery. It almost looks like jQuery.merge isn't handeling (or maybe it isn't getting) the node list. I'm too tired to look into it anymore tonight but I went ahead and updated this test with some alerts to show the issue. http://www.brandon.jquery.com/testing/safari_node_lists/ -- Brandon Aaron _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
