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 was archived by the owner on Oct 8, 2021. It is now read-only.
In jquery 1.3rc1 on iOS 6.1 mobile safari, if a button is in a header without data-role="button" it will not unfocus if pressed to open a panel. This scenario matches the example markup used on the header toolbars found here.
Simply adding date-role="button" to a button fixes the problem and causes the button that triggered the panel to open to unfocus. This worked in the 1.3 beta, but doesn't seem to work in the release candidate.