This repository was archived by the owner on Oct 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
navbar link stays active when using changePage() #1181
Labels
Milestone
Comments
Updated the changePage example with latest: |
@dirkpennings - Is this still an issue with 1.0.1? |
Still seems to be an issue.. Example with nightly build: http://jsfiddle.net/YkhQH/2/ |
jasondscott
pushed a commit
to jasondscott/jquery-mobile
that referenced
this issue
Jun 21, 2012
…gePage() Clears the active button class on the pressed navbar button after a pagechange.
This was referenced Sep 13, 2012
Excuse me, I may not completely understand the process of releasing fixes, but when the fix of this bug will be released? In version 1.3.0? It's opened 2 years ago and still has "No milestone" label. |
jaspermdegroot
added a commit
that referenced
this issue
Feb 4, 2013
Fixes: #1181 - navbar link stays active when using changePage()
Closing as fixed by 64143ae |
jaspermdegroot
added a commit
that referenced
this issue
Apr 1, 2013
Removed workaround for #1181. Fixed that issue by addressing the actual cause: event.target returns ui-btn-inner instead of the anchor
jaspermdegroot
added a commit
that referenced
this issue
Apr 1, 2013
Removed workaround for #1181. Fixed that issue by addressing the actual cause: event.target returns ui-btn-inner instead of the anchor
This was referenced Apr 1, 2013
Closed
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using $.mobile.changePage() to navigate to your second internal linked page and going back through the back button, you see the clicked navbar link still has the class "ui-btn-active".
This unlike the normal internal linking functionality..
examples (click the "Bar" menu option):
normal, working: http://jsfiddle.net/dirkpennings/kt7VQ/
changePage, not working: http://jsfiddle.net/dirkpennings/EPUqj/
The text was updated successfully, but these errors were encountered: