Ticket #2262 (closed bug: wontfix)
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: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.

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