Fixed (persistent footer) funky transition issue

Fixed (persistent footer) funky transition issue

Hey Guys.

I've stumbled across a minor problem relative to fixed/persistent footers and transitioning.  I'm testing on IPhone only for now.  And this might only happen on iphone considering it's related to scrolling the browser beyond it's boundaries.

Anyway, if you add a fixed and persistent footer to the page:
<div data-role="footer" data-position="fixed" id="siteFooter" data-id="siteFooter" data-transition="none" data-tap-toggle="false">

Then, if you scroll the browser up (which is down with the thumb) past the address bar at the top then navigate to another page ...

For about 1 second on the next page you see 2 footers and one of them is about 100 pixels above the bottom of the browser.  I'm guessing until JQM can run their normal min-height resizing in javascript, the footer that's in the ui-page element appears to be in the wrong place.

Anyone have any idea how to fix this one?  Just creates a crappy experience on transitioning.

Steven