Bug Tracker

Ticket #2714 (new feature)

Opened 5 months ago

Last modified 4 months ago

Making element draggable out of iframe (affects jQuery core)

Reported by: hotmeteor Assigned to: anonymous
Type: feature Priority: major
Milestone: 1.2.4 Component: core
Version: 1.2.3 Keywords: draggable, iframe
Cc: Needs: Review

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

Change History

Changed 4 months ago by paul

  • owner 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)

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.

Note: See TracTickets for help on using tickets.