Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Fixed toolbars: added class ui-popup to tapToggleBlacklist.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Sep 17, 2012
1 parent 9fe168b commit 89b138e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/fixedToolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ define( [ "jquery", "../jquery.mobile.widget", "../jquery.mobile.core", "../jque
transition: "slide", //can be none, fade, slide (slide maps to slideup or slidedown)
fullscreen: false,
tapToggle: true,
tapToggleBlacklist: "a, button, input, select, textarea, .ui-header-fixed, .ui-footer-fixed",
tapToggleBlacklist: "a, button, input, select, textarea, .ui-header-fixed, .ui-footer-fixed, .ui-popup",
hideDuringFocus: "input, textarea, select",
updatePagePadding: true,
trackPersistentToolbars: true,
Expand Down

0 comments on commit 89b138e

Please sign in to comment.