Skip to main content

Bug Tracker

Side navigation

#5345 closed bug (invalid)

Opened October 09, 2009 09:32PM UTC

Closed June 13, 2010 05:51PM UTC

Last modified March 15, 2012 12:00PM UTC

nextAll() method does not return all subsequent DOM elements in IE 7

Reported by: emeerson Owned by:
Priority: major Milestone: 1.4
Component: selector Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

IE 7 is not returning subsequent siblings following the currently selected element.

Firefox and IE 8 dont seem to have this problem. I'd be glad to help reproduce.

Attachments (0)
Change History (2)

Changed October 30, 2009 08:47PM UTC by emeerson comment:1

This issue is invalid - caused by user error.

My DOM was not HTML 4.0 compliant. I had something like so:

<ul

<input t=hidden

<li

<input t=hidden

<li

...

IE 8 & FF were picking up these hidden inputs, but IE 7 does not see anything past the first hidden input in the DOM. Only <li and some other list-specific elements are allowed as children of <ul

Changed June 13, 2010 05:51PM UTC by dmethvin comment:2

component: unfiledselector
resolution: → invalid
status: newclosed