This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Demo for optimized fixed persistent toolbar: active page tab not highlighted #7087
Closed

Description
If you run the demo for the optimized fixed persistent toolbar at https://github.com/jquery/demos.jquerymobile.com/blob/master/1.4.0/toolbar-fixed-persistent-optimized/index.html, the first page displays fine and the first tab is highlighted as the first page is shown.
When you then click on a different tab, the page does transition correctly, but the clicked tab is not highlighted any more after the new page is displayed. Only after the same tab is clicked again, it it then highlighted.
It works fine in the non optimized version of the demo at https://github.com/jquery/demos.jquerymobile.com/tree/master/1.4.0/toolbar-fixed-persistent, but this one uses deprecated code (see #7085).