frequent / bartender

jQuery Mobile CSS iOS style tab bar
106 stars 24 forks source link

Background of the bar is not as wide as the bar in jquery mobile 1.1.0 #6

Closed akrug closed 12 years ago

akrug commented 12 years ago

It seems like the gradient background of the navigation bar is slightly thinner than the bar itself, when using jquery mobile 1.1.0. If you hover the last tab, you'll see that the right of the hover visual goes outside of the bar. Hope this was clear.

Thank you for a great plugin!

frequent commented 12 years ago

Yes. There is an issue in Jquery Mobile with 5 button toolbars breaking to two lines 4+1 buttons on Internet Explorer. This was resolved a few days ago, so I'm waiting for the next release and then I will fix this in bartender, too.

akrug commented 12 years ago

Hello, thank you for your very quick answer. I hope you understood my description of the problem. It has nothing to do with the bar breaking into two lines and the problem doesn't only exist in Internet Explorer. Or is the problem that I described the result of a solution to the problem you're describing?

Here's a screenshot to make it clearer what I mean: http://i45.tinypic.com/2utj8yc.png

Thank you!

frequent commented 12 years ago

Ah, ok.

Maybe there is two things. One is the "black-space" to the right of your applications button. This is because I needed to set CSS-width of the buttons to 19.9999%, because "5x20% = 100,0001% in IE8". This has supposedly been fixed by JQM, so I will set to 20% asap.

Second would be the white shadow which does not span the whole button. Give me a day. I had to make some fixes with JQM 1.1 and I probably forgot to reset the width on the white shadow.

akrug commented 12 years ago

Great stuff!