Opened 15 years ago
Closed 12 years ago
#2714 closed feature (invalid)
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
Change History (3)
comment:1 Changed 15 years ago by
Component: | ui → core |
---|---|
Owner: | paul deleted |
Summary: | Making element draggable out of iframe → Making element draggable out of iframe (affects jQuery core) |
comment:3 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Since this would require non-standard selector behavior, I'm closing it.
Note: See
TracTickets for help on using
tickets.
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.