DataZombies / jQTouch

jQT extensions jqt.activityIndicator, jqt.bars (with numeric badges), jqt.checkGroup & jqt.segmentedControl.Get updates via Twitter http://twitter.com/HeadDZombie. If you find this fork useful please make a donation via PayPal (http://tinyurl.com/2fpmx27). See below for demo links.
MIT License
159 stars 34 forks source link

Flip page animation overlaps tab bar #82

Closed jorisw closed 11 years ago

jorisw commented 12 years ago

Hi,

When using a 'flip' page transition, very briefly, the animating page is visible over the tab bar.

I realise that this may be a WebKit issue.

DataZombies commented 12 years ago

I've noticed that, too, but I don't know how to fix it. I think it has something to do with the tabbar being outside of the jqt div.

jorisw commented 12 years ago

I think so too, but it's supposed to be outside that div, otherwise the tabs would flip too, which seems like the wrong behaviour.

I tried to fix this with a z-index on the tab bar but to no avail.

DataZombies commented 12 years ago

I tries that, too, with the same results.

Sent from my iPhone

On Nov 7, 2011, at 11:13 AM, joriswreply@reply.github.com wrote:

I think so too, but it's supposed to be outside that div, otherwise the tabs would flip too, which seems like the wrong behaviour.

I tried to fix this with a z-index on the tab bar but to no avail.


Reply to this email directly or view it on GitHub: https://github.com/DataZombies/jQTouch/issues/82#issuecomment-2655424

onigetoc commented 12 years ago

Is there a way to make a z-index 9999 to make the tabbar alway on top?

DataZombies commented 11 years ago

no