#5575 closed bug (cantfix)
Sortable: iFrame reloads on move
Reported by: | CactO_o's | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 2.0.0 |
Component: | ui.sortable | Version: | 1.8 |
Keywords: | iframe reload sortable | Cc: | |
Blocked by: | Blocking: |
Description
For this code example :
<ul id="sortable"> <li> <iframe src="example.html"></iframe> </li> <li> <!-- --> </li> </ul>
The iFrame is reloaded for each movement.
Change History (6)
comment:1 Changed 13 years ago by
comment:2 Changed 12 years ago by
Priority: | critical → major |
---|
comment:3 Changed 12 years ago by
A workaround is now possible in Webkit browsers if you use adoptNode() to move the iframe (https://bugs.webkit.org/show_bug.cgi?id=13574#c10). Firefox still does not have a workaround (https://bugzilla.mozilla.org/show_bug.cgi?id=254144). But, it might be nice to apply the Webkit workaround, even if that is only a partial fix.
comment:4 Changed 10 years ago by
Milestone: | TBD → 2.0.0 |
---|
comment:5 Changed 10 years ago by
Resolution: | → cantfix |
---|---|
Status: | new → closed |
Summary: | iFrame reload on sortable → Sortable: iFrame reloads on move |
Thanks for contributing! Unfortunately, we can't fix this until Firefox addresses the issue as well, as we're not going to implement a partial solution here. Periodically, we'll check to see if this is fixed in FF. until then, this is cantfix.
comment:6 Changed 9 years ago by
In Atlansian Jira, this bug is resolved, They use iframe in widget of dashboard, while I move widget, iframe not reload. This feature works in all browser. I don't understand how they achieve it.
I think there is no way to solve the problem.
Sample iframe:
Test Code:
The iframe is reloaded in
It is not reloaded in