Bug Tracker

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 paul

Component: uicore
Owner: paul deleted
Summary: Making element draggable out of iframeMaking 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.

comment:2 Changed 15 years ago by styson

Is this being worked on - or does anybody have a work-around?

comment:3 Changed 12 years ago by dmethvin

Resolution: invalid
Status: newclosed

Since this would require non-standard selector behavior, I'm closing it.

Note: See TracTickets for help on using tickets.