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

Slide transition with fixed toolbars #6241

Closed
jonathannaguin opened this issue Jul 29, 2013 · 6 comments
Closed

Slide transition with fixed toolbars #6241

jonathannaguin opened this issue Jul 29, 2013 · 6 comments
Assignees
Labels
Milestone

Comments

@jonathannaguin
Copy link

Issue description
During the transition the toolbars have a wrong style.

Test page
http://jsbin.com/ugewit/1/

Steps to reproduce
Click link to go to page 2 and watch the toolbars.

Expected outcome
Keep the style.

Actual outcome
Header and footer does not have the toolbar style during transition.

Platforms/browsers and devices tested
Google Chrome 30 under Mac OS X.

jQuery Mobile and jQuery core version used
jQuery Mobile 1.4

@ghost ghost assigned jaspermdegroot Jul 29, 2013
@mweimerskirch
Copy link

I'm having the same issue, but it doesn't seem to be limited to slide transitions, but also with other types of transitions.

@arschmitz
Copy link
Contributor

can you please provide a simplified jsBin test page the jsbin you provided has nearly 800 lines of additional css.

However i think the issue is related to persistent toolbars. Please note current persistent toolbars are deprecated in 1.4 in favor of true persistent toolbars outside of the page. There is currently a bug in how the old style persistent toolbars receive their theme during transition. There is however a very simple workaround for this you just need to specify a theme on the toolbars

@mweimerskirch
Copy link

Indeed specifying a theme for the toolbar works.
Replacing the toolbars with "true persistent toolbars" also requires a theme to be set.

@jonathannaguin
Copy link
Author

@arschmitz If the current persistent toolbars are deprecated I should start using the new ones, outside the page. Are there any example on the demo page? I could not see any.

@jonathannaguin
Copy link
Author

I have updated the demo page with less CSS code... http://jsbin.com/enamek/1

@jaspermdegroot
Copy link
Contributor

Closing as fixed by 08a3d77.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
4 participants