Bug Tracker

Modify

Ticket #5345 (closed bug: invalid)

Opened 4 years ago

Last modified 15 months ago

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:
Blocking: Blocked by:

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

comment:1 Changed 4 years ago by emeerson

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

comment:2 Changed 3 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid
  • Component changed from unfiled to selector

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.