Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tabs height does not accommodate browser zoo #1

Open
jahrichie opened this issue Jan 24, 2013 · 2 comments
Open

Tabs height does not accommodate browser zoo #1

jahrichie opened this issue Jan 24, 2013 · 2 comments

Comments

@jahrichie
Copy link

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

@ProLoser
Copy link

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

@jahrichie
Copy link
Author

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 notifications@github.com wrote:

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


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants