File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 7676 ok ( $ . mobile . zoom . enabled === false , "zoom is disabled on vmousedown" ) ;
7777 } )
7878 . one ( "mouseup.test" , function ( ) {
79- ok ( $ . mobile . zoom . enabled === true , "zoom is enabled on mouseup" ) ;
80- $ . mobile . selectmenu . prototype . options . preventFocusZoom = zoomoptiondefault ;
81- $ ( document ) . unbind ( ".test" ) ;
82- $ ( "#select-choice-native" ) . selectmenu ( "option" , "preventFocusZoom" , zoomoptiondefault )
83- start ( ) ;
79+ setTimeout ( function ( ) {
80+ ok ( $ . mobile . zoom . enabled === true , "zoom is enabled on mouseup" ) ;
81+ $ . mobile . selectmenu . prototype . options . preventFocusZoom = zoomoptiondefault ;
82+ $ ( document ) . unbind ( ".test" ) ;
83+ $ ( "#select-choice-native" ) . selectmenu ( "option" , "preventFocusZoom" , zoomoptiondefault ) ;
84+ start ( ) ;
85+ } , 0 ) ;
8486 } ) ;
8587
8688 $ ( "#select-choice-native" )
You can’t perform that action at this time.
0 commit comments