Modify ↓
Ticket #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: | |
| Blocking: | Blocked by: |
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
comment:1 Changed 5 years ago by paul
- Owner paul deleted
- Component changed from ui to core
- Summary changed from Making element draggable out of iframe to Making element draggable out of iframe (affects jQuery core)
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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.