I'm using the jQuery UI Sortable on DIV which contains DIV tags. Inside of each of the sortable DIV's is an iFrame with a src= to a different site.
In IE7, sorting works as expected. If you've navigated within the iFrame, the iFrame retains the current state.
However, in FF3, when sorting stops and the iFrame is reloaded with the original url specified. This is not what I want.
I've tried using both DIV/DIVs and UL/LIs and both behave the same.