#13281 closed bug (fixed)
Wrong order when using .find() in IE7/8
Reported by: | Owned by: | gibson042 | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.9.1 |
Component: | selector | Version: | 1.9.0 |
Keywords: | Cc: | Timmy Willison | |
Blocked by: | Blocking: |
Description
This code returns wrong order in IE 7.
var list = $("<ul> <li>1</li> <li>2</li> <li>3</li> <li>4</li> </ul>"); var items = list.find('li'); $('body').append(items);
jsFiddle: http://jsfiddle.net/Eta9Y/ Screenshot: https://www.dropbox.com/s/xw7x3disz1e1lqm/Edit%20this%20Fiddle%20-%20jsFiddle.jpg
Change History (4)
comment:1 Changed 11 years ago by
Owner: | set to gibson042 |
---|---|
Status: | new → assigned |
comment:2 Changed 11 years ago by
Cc: | Timmy Willison added |
---|---|
Component: | unfiled → selector |
Milestone: | None → 1.9.1 |
Priority: | undecided → blocker |
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fix #13281: update Sizzle
Changeset: 079ee502d6ef150dac0fe8143d55acf93c5a51db
comment:4 Changed 11 years ago by
Fix #13281: update Sizzle
Changeset: f39ca223e0f373222976a79204d0d8ea7718253e
Note: See
TracTickets for help on using
tickets.
Confirmed.