You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
if a full screen selectmenu is opened, the underlying page is not removed from the dom when closed.
open http://jquerymobile.com/demos/1.0b3/ with a web inspector tool like in safari.
change to form elements and choose Select menus.
the page with data-url="/demos/1.0b3/docs/forms/selects/index.html" is in the dom now.
use the home button to leave the page. the select menu page is removed from the dom.
again change to form elements and choose Select menus.
scroll down to "Option to use custom menus" and open the "Your state:" selectmenu.
close the selectmenu and leave the page with the home button.
the select menu page is NOT removed from the dom.
may i'm wrong, but i try to rely on the pagecreate-event to initialize my selectmenus every time the page is shown.
the pageshow event is no option, cause it fires too if a fullscreen select menu is closed.
and i could not use native selectmenus cause they are not useable with dynamic refresh (see the closed issue #2422).
(addendum 17.09.11: with latest from 16.09.2011 now native-selectmenus working fine again)
it seems this issue stays in coherence with the merge pull request #2289 as described in the blog under
"Fix to check the domCache option before rebinding the page remove on select menu."
The text was updated successfully, but these errors were encountered:
if a full screen selectmenu is opened, the underlying page is not removed from the dom when closed.
open http://jquerymobile.com/demos/1.0b3/ with a web inspector tool like in safari.
change to form elements and choose Select menus.
the page with data-url="/demos/1.0b3/docs/forms/selects/index.html" is in the dom now.
use the home button to leave the page. the select menu page is removed from the dom.
again change to form elements and choose Select menus.
scroll down to "Option to use custom menus" and open the "Your state:" selectmenu.
close the selectmenu and leave the page with the home button.
the select menu page is NOT removed from the dom.
may i'm wrong, but i try to rely on the pagecreate-event to initialize my selectmenus every time the page is shown.
the pageshow event is no option, cause it fires too if a fullscreen select menu is closed.
and i could not use native selectmenus cause they are not useable with dynamic refresh (see the closed issue #2422).
(addendum 17.09.11: with latest from 16.09.2011 now native-selectmenus working fine again)
it seems this issue stays in coherence with the merge pull request #2289 as described in the blog under
"Fix to check the domCache option before rebinding the page remove on select menu."
The text was updated successfully, but these errors were encountered: