Bug Tracker

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#13281 closed bug (fixed)

Wrong order when using .find() in IE7/8

Reported by: Dmitry Semenov <diiiimaaaa@…> 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 gibson042

Owner: set to gibson042
Status: newassigned

Confirmed.

comment:2 Changed 11 years ago by Timmy Willison

Cc: Timmy Willison added
Component: unfiledselector
Milestone: None1.9.1
Priority: undecidedblocker

comment:3 Changed 11 years ago by Richard Gibson

Resolution: fixed
Status: assignedclosed

Fix #13281: update Sizzle

Changeset: 079ee502d6ef150dac0fe8143d55acf93c5a51db

comment:4 Changed 11 years ago by Richard Gibson

Fix #13281: update Sizzle

Changeset: f39ca223e0f373222976a79204d0d8ea7718253e

Note: See TracTickets for help on using tickets.