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

Chrome on Android ICS - Persistent footers need two taps to load #3973

Closed
toddparker opened this issue Apr 5, 2012 · 8 comments
Closed

Chrome on Android ICS - Persistent footers need two taps to load #3973

toddparker opened this issue Apr 5, 2012 · 8 comments

Comments

@toddparker
Copy link
Contributor

Persistent footers do work, but the first time you tap, the active class is applied but the page doesn't change. If you tap a second time, it will load.
http://jquerymobile.com/test/docs/toolbars/footer-persist-a.html

@rbdcti
Copy link
Contributor

rbdcti commented Apr 10, 2012

I can confirm this on a separate site with Chrome Beta on a Galaxy Nexus.

@adammessinger
Copy link
Contributor

According to a comment #4663, this may be a problem with event bubbling. FWIW, I've seen similar issues in non-persistent footers and linked items in list views.

@ghost ghost assigned johnbender Jul 10, 2012
@johnbender
Copy link
Contributor

Works on Jelly Bean. We need to get a 4.0.x device to test with.

@johnbender
Copy link
Contributor

I didn't address this issue directly but I have taken care of #4663.

@toddparker @rbdrbd @adammessinger can you test by using http://jquerymobile.com/branches/1.1-stable/js/ ?

Thanks

@johnbender
Copy link
Contributor

@rbdrbd @adammessinger

If you can, would you mind adding

.ui-navbar ul {
  overflow: visible !important;
}

Anywhere in your page to see if this sorts out the issue?

@ghost ghost assigned jaspermdegroot Aug 10, 2012
@jaspermdegroot
Copy link
Contributor

I can not reproduce the issue on Android 4.0.4 / Chrome 18.

Update: I tested master with and without @johnbender his fix dea9d31.

@toddparker
Copy link
Contributor Author

I cannot reproduce on our Android 4.0.4 phone, default browser or Chrome here:
http://jquerymobile.com/test/docs/toolbars/footer-persist-a.html

@jaspermdegroot
Copy link
Contributor

Closing as fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants