#12286 closed bug (invalid)
:visible select on iframe element (same domain) return empty
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
http://jsfiddle.net/shengt/nXpLa/3/
See the above example, jquery 1.8 visible selector on an iframe contentDocument return empty.
The example return 146 dom nodes in jquery 1.7.2
Change History (6)
comment:1 Changed 10 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Firefox 14.0.1 on both Mac and windows 7 works for me. Also works for Chrome.
comment:3 Changed 10 years ago by
mac safari
6.0(8536.25)
same error
:visible not work in iframe.
jquery 1.8.0, 1.8.1 both.
comment:5 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
This didn't seem to work in jQuery 1.7.2 either in Firefox. Trying to access data across frames is always dicey. Did you get errors in Firefox on your actual application?
http://jsfiddle.net/nXpLa/4/show/