Closed Bug 944001 Opened 10 years ago Closed 10 years ago

CSS height not animating when parent had overflow:hidden

Categories

(Core :: Layout, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 625289

People

(Reporter: bwinton, Unassigned)

References

()

Details

First found on https://github.com/rachelnabors/alice-in-videoland/tree/master/book
Reasonably minimal test case at http://jsfiddle.net/6zPYJ/4/

Steps to reproduce:
  Visit minimal test case page.
  Watch the argyle pattern for a second and a bit.

Actual results:
  In Firefox, the argyle pattern disappears abruptly.
  In Chrome, the argyle pattern slides up nicely.

Expected results:
  In Firefox, the argyle pattern slides up nicely.
  In Chrome, the argyle pattern slides up nicely.

More data:
  Removing the "overflow: hidden;" rule causes the pattern to slide up nicely.

  Changing the javascript from:
    $("html").removeClass("loading").addClass("loaded");
  to:
    $("html").removeClass("loading");
    setTimeout(function () {$("html").addClass("loaded");}, 5);
  causes the pattern to slide up nicely.
Blake, thanks for filing this.

This is another instance of bug 625289.  :(
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.