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

Fix for bugs #2185, #4512, #7111 #35

Merged
7 commits merged into from Oct 9, 2010
Merged

Fix for bugs #2185, #4512, #7111 #35

7 commits merged into from Oct 9, 2010

Commits on Oct 5, 2010

  1. Fix :visible does not work properly when display:none is set directly…

    … on an element in IE8. Fixes #4512.
    csnover committed Oct 5, 2010
    Copy the full SHA
    0229b83 View commit details
    Browse the repository at this point in the history
  2. Update $.fn.animate to change display mode only when necessary (inlin…

    …e, non-floated elements), and to use a more proper display mode for those elements. Fixes #2185.
    csnover committed Oct 5, 2010
    Copy the full SHA
    0cdcef5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    69e4f25 View commit details
    Browse the repository at this point in the history
  4. Tiny cleanup to remove some superfluous code that was left in from be…

    …fore I decided not to reset the display of inline elements after animation finishes (since this just causes it to jump back once complete).
    csnover committed Oct 5, 2010
    Copy the full SHA
    329b750 View commit details
    Browse the repository at this point in the history
  5. IE6 will shrink-wrap elements with layout instead of allowing content…

    … to flow outside of the border-box. Add a test for this and do not remove the overflow property after an animation in IE6.
    csnover committed Oct 5, 2010
    Copy the full SHA
    5057ff9 View commit details
    Browse the repository at this point in the history
  6. Update $.fn.animate to only keep overflow set to hidden after an anim…

    …ation in IE6 when it is needed (width/height change) and update unit tests to reflect when overflow does not get reset.
    csnover committed Oct 5, 2010
    Copy the full SHA
    9102879 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2010

  1. Fixed code convention issues. Reduced size of overflow reset code. Fi…

    …xed broken show() test cases.
    csnover committed Oct 9, 2010
    Copy the full SHA
    543db64 View commit details
    Browse the repository at this point in the history