Side navigation
#2714 closed feature (invalid)
Opened April 18, 2008 01:07PM UTC
Closed November 14, 2010 03:08PM UTC
Making element draggable out of iframe (affects jQuery core)
Reported by: | hotmeteor | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.4 |
Component: | core | Version: | 1.2.3 |
Keywords: | draggable, iframe | Cc: | |
Blocked by: | Blocking: |
Description
It would be very helpful to create the ability to make an item draggable out of an iframe (using the UI draggable feature). A working concept is available for Prototype, but I'm not sure if it's what we would want: http://bluestudios.co.uk/blog/sandbox/iframe/iframe.html
Attachments (0)
Change History (3)
Changed May 04, 2008 06:08PM UTC by comment:1
component: | ui → core |
---|---|
owner: | paul |
summary: | Making element draggable out of iframe → Making element draggable out of iframe (affects jQuery core) |
Changed September 29, 2008 09:06PM UTC by comment:2
Is this being worked on - or does anybody have a work-around?
Changed November 14, 2010 03:08PM UTC by comment:3
resolution: | → invalid |
---|---|
status: | new → closed |
Since this would require non-standard selector behavior, I'm closing it.
This would actually need to be a jQuery feature before we can implement it the right way. It would mean jQuery would need to be able to do things like $("body iframe div.element") for same-domain pages, directly transparent access to iframes.