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 comment:1
component: | unfiled → selector |
---|---|
milestone: | None → 1.8.2 |
resolution: | → duplicate |
status: | new → closed |
Changed September 21, 2012 04:13PM UTC by comment:2
Changed October 31, 2012 09:56AM UTC by 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!
Duplicate of #12572.