Bug Tracker

Modify

Ticket #1189 (closed bug: duplicate)

Opened 6 years ago

Last modified 6 years ago

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:
Blocking: Blocked by:

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.framesajax?.window.$;

and now I try this

$("div.listitem", parent.framesdigitize?.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.

Change History

comment:1 Changed 6 years ago by brandon

  • Status changed from new to closed
  • Resolution set to duplicate
  • Component changed from ajax to core

This is a duplicate of #877

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.