Side navigation
#1189 closed bug (duplicate)
Opened May 15, 2007 02:26PM UTC
Closed May 31, 2007 01:12PM UTC
Last modified June 21, 2007 03:53AM UTC
interface draggable doesn't work with jQuery in another frame
Reported by: | schalke04 | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.3 |
Component: | core | Version: | 1.1.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have jQuery in an iframe called "ajax", and want to work with it in another iframe "digitize".
I mapped jQuery like this
$ = parent.frames['ajax'].window.$;
and now I try this
$("div.listitem", parent.frames["digitize"].document).Draggable({
The div elements are retrieved correctly. When Draggable is applied, it only reaches "draginit", and never "dragmove". When I set it up with jQuery in the same iframe, there is no problem at all.
Attachments (0)
Change History (1)
Changed May 31, 2007 01:12PM UTC by comment:1
component: | ajax → core |
---|---|
resolution: | → duplicate |
status: | new → closed |
This is a duplicate of #877