Using selectmenus in landscape view seems to break navigation on Android (Alpha 2 & 3)

Using selectmenus in landscape view seems to break navigation on Android (Alpha 2 & 3)

I noticed that changing a selectmenu's value on a landscape page containing 1 (or more) "selectmenus" seems to break navigation under Android.

In Landscape view it seems to try to do an animation to make the selectbox disappear (Reducing it's size quickly until it's gone).
This also affects the URL. "&ui-state=dialog" gets added behind the current page hash "#page-config".

When I hit the "back" button in the header:
  • the "&ui-state=dialog" disappears,
  • my hash "#page-config" remains,
  • the page turns blank and the app. is dead

Environment
  • Android 2.2.2
  • 3 pages in 1 html file (so no Ajax being used)
  • Selectmenus created of a normal <select> using $('#someDiv').selectmenu();
  • JQueryMobile Alpha 3, but also tested with 2
My iPad has no problem with this and it also does not try to do any funky animation after having selected an item from the selectmenu.

Does anyone else see this too? If so, I'll report the bug in the bug tracker.