Bug Tracker

Modify

Ticket #2262 (closed bug: wontfix)

Opened 5 years ago

Last modified 5 years ago

iFrame problem while using UI Sortables makeSortable

Reported by: BNArun Owned by: codesquare
Priority: major Milestone: 1.2.3
Component: ui Version: 1.2.2
Keywords: ui sortable makeSortable Cc:
Blocking: Blocked by:

Description

I'm using new ui.sortables makeSortable method. When I'm using an iFrame in this, this iFrame is getting refreshed when dragging is started. Fortunately it is not refreshing it's contents while dragging is completed.

Change History

comment:1 Changed 5 years ago by paul

  • Owner changed from paul to codesquare

This is something Firefox related. I don't know why it's happening though..

comment:2 Changed 5 years ago by codesquare

  • Status changed from new to closed
  • Resolution set to wontfix

The problem is that the drag helper is a clone of the sortable which means it has to create a new iframe (as well as all the other dom nodes) to build the sortable/draggable helper. You'll need to explore using a different helper method or building your sortables without iframes. If the iframe content is domain local you could use an ajax call to get the iframe content and inject it as static content.

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.