Skip to main content

Bug Tracker

Side navigation

#12586 closed bug (duplicate)

Opened September 21, 2012 02:29PM UTC

Closed September 21, 2012 04:09PM UTC

Last modified October 31, 2012 09:56AM UTC

IE7 Iframe content class selector not working

Reported by: mnovacek@lundegaard.eu Owned by:
Priority: undecided Milestone: 1.8.2
Component: selector Version: 1.8.1
Keywords: Cc:
Blocked by: Blocking:
Description

This works in IE7 $v1.7.2 but does not in $v1.8.1

$('#submit_frame').contents().find('.paging_info .current').text();

Running find with classname selector on iframe content seems to be the issue.

But hey, it is IE7. Let it rot.

Attachments (0)
Change History (3)

Changed September 21, 2012 04:09PM UTC by gibson042 comment:1

component: unfiledselector
milestone: None1.8.2
resolution: → duplicate
status: newclosed

Duplicate of #12572.

Changed September 21, 2012 04:13PM UTC by gibson042 comment:2

Fixed in 1.8.2. Also, please provide a functional reduced test case demonstrating the issue (we like jsFiddle and JS Bin) when reporting bugs on this tracker.

Changed October 31, 2012 09:56AM UTC by ted.rakers@itrazar.com comment:3

Hello,

I have another issue with IE7 and Iframes. Unfortunatly we have many desktops still using IE7 :( and I totally did not took it into consideration. Next selector does not work: 'a[style^='mso-comment-reference: MO_1']'

Below is the jsFiddle. The jsFiddle should work in IE8 but currently gives a 'Display' error: http://jsfiddle.net/qUXD7/3/

The iframe in this fiddle is cross domain for demo purposes but the iframe in my environment is in the same domain.

I hope you can help out!