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
|
Posted: 06/30/09
|
|
Posted: 09/1/09
|
|
Posted: 09/29/09
|
|
Posted: 09/29/09
|


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.