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.
Tho pages, with footer and navbar each. Navbars have two items both. Page №1 has first navbar item active and second one is pointing to page №2. Page №2 has second navbar item active and first one is pointing to page №1 respectively. After navigating between two pages forth and back navbar active items must be highlighted correctly.
Open any page from "Test page" section
Click to inactive navbar item (navigation to next page)
Click to inactive navbar item on this page (navigation back to previous page)
Expected outcome
The page you start navigation from must show proper navbar item highlighted
Actual outcome
None of navbar items are highlighted
Platforms/browsers (including version) and devices tested
Chrome 26, Ubuntu 12.10
jQuery Mobile and jQuery core version used
JQM - latest
JQ - 1.9.0
Other relevant information
It works fine in case of using JQM 1.2.0 instead of latest one. Actually I found it in JQM 1.3.0
The text was updated successfully, but these errors were encountered:
I know about ui-state-persist but it's another case - what if user wants to use navbar as a radio buttons group?
Here is an example: http://jsbin.com/icetew/1 (Page №1) http://jsbin.com/ekufem/1 (Page №2)
The reason this doesn't work anymore is that we fixed #1181. The navbar widget is not designed to be used as a radio buttons group to set options. You can use the checkboxradio widget for this.
Issue description
Tho pages, with footer and navbar each. Navbars have two items both. Page №1 has first navbar item active and second one is pointing to page №2. Page №2 has second navbar item active and first one is pointing to page №1 respectively. After navigating between two pages forth and back navbar active items must be highlighted correctly.
Test page
http://jsbin.com/upiroy/1 First page
http://jsbin.com/axuxap/1 Second page
NB No difference which page you start navigation from
Steps to reproduce
Open any page from "Test page" section
Click to inactive navbar item (navigation to next page)
Click to inactive navbar item on this page (navigation back to previous page)
Expected outcome
The page you start navigation from must show proper navbar item highlighted
Actual outcome
None of navbar items are highlighted
Platforms/browsers (including version) and devices tested
Chrome 26, Ubuntu 12.10
jQuery Mobile and jQuery core version used
JQM - latest
JQ - 1.9.0
Other relevant information
It works fine in case of using JQM 1.2.0 instead of latest one. Actually I found it in JQM 1.3.0
The text was updated successfully, but these errors were encountered: