jQuery-Organic-Tabs icon indicating copy to clipboard operation
jQuery-Organic-Tabs copied to clipboard

Tabs height does not accommodate browser zoo

Open jahrichie opened this issue 12 years ago • 2 comments

If you're zoomed out twice and click through different tabs, your content will become cut off.

Inspecting the elements wrapper and setting height auto fixes this. I'm going to take a peek into the source and see if I can fix this myself. If you have any insight please message me back.

Thanks in advance, awesome little lightweight plugin.

Screen Shot 2013-01-24 at 12 43 46 PM

jahrichie avatar Jan 24 '13 17:01 jahrichie

What Browser / OS are you on? This works for me in Chrome/OSX

ProLoser avatar Jan 24 '13 19:01 ProLoser

I'm in chrome 24.~, reproduced it in safari too and other boxes. Probably has something to do when the content is near the bottom of the parent container.

Keep the page zoomed out twice, reload the page while like that. Then go to another tab and back. I figured I could set the height to auto somewhere in the script but haven't figured it out. Any pointers?

// Adjust outer wrapper to fit new list snuggly var newHeight = base.$el.find("#"+listID).height(); $allListWrap.animate({ height: newHeight });

On Jan 24, 2013, at 2:57 PM, Dean Sofer [email protected] wrote:

What Browser / OS are you on? This works for me in Chrome/OSX

— Reply to this email directly or view it on GitHub.

jahrichie avatar Jan 24 '13 20:01 jahrichie