#5345 closed bug (invalid)
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.
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Component: | unfiled → selector |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This issue is invalid - caused by user error.
My DOM was not HTML 4.0 compliant. I had something like so:
<ul
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