Problem:
Use twitter-bootstrap version v2.0.4 tab module.
Open your page in Firefox.
Content is not visible, firebug shows that its there, but user can't see it.
Solution:
Problem was in fade effect. Somehow, it was working really slow in FF. If you will wait long enough you will see content.
But should we wait for transition effect? No. So just remove fade class from tab pane.
Before:
" id="tab1" style="overflow: auto">Use twitter-bootstrap version v2.0.4 tab module.
Open your page in Firefox.
Content is not visible, firebug shows that its there, but user can't see it.
Solution:
Problem was in fade effect. Somehow, it was working really slow in FF. If you will wait long enough you will see content.
But should we wait for transition effect? No. So just remove fade class from tab pane.
Before:
fade
After:
This comment has been removed by a blog administrator.
ReplyDelete