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

Overflow bugfix #171

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Overflow bugfix #171

wants to merge 1 commit into from

Conversation

rutkai
Copy link

@rutkai rutkai commented Mar 31, 2014

On fadeIn/fadeOut animation the container's overflow parameter changes to hidden. This may cause problems (as it caused in my site :))

If you want to try this bug out, use this parameters:

$("#wrapper").easytabs({
        animate         : true,
        updateHash      : true,
        transitionIn    : 'fadeIn',
        transitionOut   : 'fadeOut',
        animationSpeed  : 500,
        tabActiveClass  : 'active'
    });

On this HTML:

<div id ="wrapper" class ="wrapper">
    <ul id ="navigation-menu" class ="navigation-menu">
        <li><a class ="profile" href="#profile"><span>Profile</span></a></li>
        <li><a class ="documents" href="#documents"><span>Documents</span></a></li>
    </ul>
    <div id ="container">
        <div id ="profile">
            asdf
        </div>
        <div id ="documents">
            asdf
        </div>
    </div>
</div>

On fadeIn/fadeOut animation the container's overflow parameter changes to hidden. This may cause problems (as it caused in my site :))
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

Successfully merging this pull request may close these issues.

1 participant