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

Tabbar no longer spaces icons #19

Closed chanders closed 13 years ago

chanders commented 13 years ago

After the latest commits 850abae7b9bc3b5f7266 and 65577f3dd0035bcc92e9 the tabbar no longer equally spaces the icons to fit the width of the screen.

DataZombies commented 13 years ago

How many tabs are you using and are you using the fixed-tab-width class?

chanders commented 13 years ago

Wow you're fast! I have the class applied. I am using 5 tabs which puts it less than the screen width.

chanders commented 13 years ago

With "fixed-tab-width" the spacing obeys the css rules #tabbar li, #tabbar td {width: XXem;} however if it is too large it does not redistribute accordingly (5 tabs only).

Without "fixed-tab-width" the spacing is all packed towards the left with no auto spacing.

Hope this helps.

DataZombies commented 13 years ago

Well when you promise to deliver something, go to bed, and get a notification that it's borked, ya kinda need to take action. :-) I've reversed the changes for now & will get it fixed by the weekend.

chanders commented 13 years ago

Sweet. Thanks for your hard work!

DataZombies commented 13 years ago

Fixed.