Skip to main content

Bug Tracker

Side navigation

#7431 closed bug (worksforme)

Opened November 08, 2010 08:53AM UTC

Closed November 10, 2010 08:06PM UTC

Last modified March 13, 2012 07:32PM UTC

IE8 find() and parents() bug.

Reported by: n0aX Owned by: n0aX
Priority: undecided Milestone: 1.5
Component: unfiled Version: 1.4.3
Keywords: Cc:
Blocked by: Blocking:
Description

This code

$("#submit-button").parents().find('form.admin-form:eq(0)').attr('id');

returns "Object doesn't support this property or method" in IE8 1.4.3 whereas it works fine in 1.4.2.

Strange behaviour that, same code works fine in 1.4.3 with Palemoon(FF) 3.6.12.

[[Image(http://img8.imageshack.us/img8/3305/66726026.jpg)]]

[[Image(http://img248.imageshack.us/img248/2411/37459526.jpg)]]

Attachments (0)
Change History (4)

Changed November 08, 2010 11:28AM UTC by jitter comment:1

Did you follow the procedure described in How to report bugs?

Try a newer version of jQuery

Does this still happen with 1.4.4rc2?

Search First

Because I am pretty sure the bug you reported is similar (or duplicate) to #7212 which has already been fixed.

So please first test with 1.4.4rc2 and if the bug still occurs with that version please provide a reduced test case on http://jsfiddle.net

Changed November 08, 2010 08:48PM UTC by snover comment:2

owner: → n0aX
status: newpending

Changed November 10, 2010 06:29PM UTC by n0aX comment:3

status: pendingnew

As it has been around 3 weeks with the latest release after around 7 months from previous, I've chosen to stick with latest official build - 1.4.3.

With 1.4.4rc2 it seems fixed, as it returns correct #id of desired form.

Sorry for opening a duplicate post as I had not found any similar result with "parent find ie8" , as #7212 (ticket) is about having wrong return values and #7407 (ticket) had a different solution with doctype - which did not work in my case, I have opened a new topic to inform as that issue could be related to something else that was covered.

Thanks for the reply and advices,

See ya in cyberspace.

Changed November 10, 2010 08:06PM UTC by snover comment:4

resolution: → worksforme
status: newclosed