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.
If you click/tap an item on the navbar inside a fixed footer, if the footer is above an input element (eg. select) the event is handled by that element first, and never reaches any navbar link handlers that are visually above it.
If you click/tap an item on the navbar inside a fixed footer, if the footer is above an input element (eg. select) the event is handled by that element first, and never reaches any navbar link handlers that are visually above it.
Using JQM 1.0RC1
Affects: Android (2.2+)
JS Fiddle link: http://jsfiddle.net/yEeNn/3/
Steps to reproduce:
Expect: alert dialog ("Go Back")
Got: prompt for select options
The text was updated successfully, but these errors were encountered: