YUILibrary - Open source JavaScript and CSS for building richly interactive software.
Fork YUI on GitHub

YUI 2.x

Ticket #2528011 (closed defect)

Reporter


Luke Smith
Opened: 06/30/09
Last modified: 09/29/09
Status: closed
Type: defect
Resolution: fixed

Owner


Luke Smith
Target Release: 3.0.0 GA
Priority: P3 (normal)
Summary: Demo container collapses under Console footer during animation in IE
Description:

Universal Console example. Click the Show/Hide button from the second YUI instance. While the box opacity is animating, the demo container shrinks a bit, just to the bottom of the Console body.

Type: defect Observed in Version: development master
Component: Console Severity: S3 (normal)
Assigned To: Luke Smith Target Release: 3.0.0 GA
Location: Example Priority: P3 (normal)
Tags: Relates To:
Browsers: N/A
URL:
Test Information:

Change History

Luke Smith

YUI Developer

Posted: 06/30/09
  • location changed to Example

Luke Smith

YUI Developer

Posted: 09/1/09
  • status changed from accepted to checkedin

Typical float auto-clearing techniques weren't working, so I had to resort to a div styled with clear: both.

A single forced redraw by setting #demo.style.zoom = 'normal'; #demo.style.zoom = 1; didn't work because every tween of the animation collapsed the container anew.

George

YUI Developer

Posted: 09/29/09
  • resolution changed to fixed

George

YUI Developer

Posted: 09/29/09
  • status changed from checkedin to closed