Skip to main content

Bug Tracker

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 paul comment:1

component: uicore
owner: paul
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.

Changed September 29, 2008 09:06PM UTC by styson comment:2

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

Changed November 14, 2010 03:08PM UTC by dmethvin comment:3

resolution: → invalid
status: newclosed

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