Side navigation
#2262 closed bug (wontfix)
Opened January 31, 2008 07:10AM UTC
Closed March 31, 2008 02:57PM UTC
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: | |
Blocked by: | Blocking: |
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.
Attachments (0)
Change History (2)
Changed February 07, 2008 06:20PM UTC by comment:1
owner: | paul → codesquare |
---|
Changed March 31, 2008 02:57PM UTC by comment:2
resolution: | → wontfix |
---|---|
status: | new → closed |
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.
This is something Firefox related. I don't know why it's happening though..