Closed
Bug 590409
Opened 15 years ago
Closed 15 years ago
Visual ghosting/trailing on moving DOM elements during animation
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | final+ |
People
(Reporter: jhuckaby, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b4) Gecko/20100818 Firefox/4.0b4
Build Identifier: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b4) Gecko/20100818 Firefox/4.0b4
When the options view expands, the elements on the right side contain ghosting/trailing as they fade in and move to take up space. This bug actually has nothing to do with the color cycling in the main canvas element shown in the example.
In the code, the options panel div already exists, and is simply opacity-faded in, while the absolutely positioned container div is moved to the left to keep the whole thing centered. The options panel div is floated to stay side-by-side with the main view.
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.effectgames.com/demos/canvascycle/?sound=0
2. Click the "Show Options" button.
3. Watch as the animation happens to reveal the options panel.
Actual Results:
The elements in the options panel contain visual ghosting/trailing on the left side as they fade in.
Expected Results:
The elements should fade in cleanly, without any ghosting or trailing.
This works properly in Firefox 3.6.8, Chrome 5, Safari 5, and Opera 10.
| Reporter | ||
Comment 1•15 years ago
|
||
Bug also occurs with FF nightly: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b5pre) Gecko/20100824 Minefield/4.0b5pre
Updated•15 years ago
|
blocking2.0: --- → ?
blocking2.0: ? → final+
Comment 2•15 years ago
|
||
Does this still happen in latest nightlies? I can't reproduce.
| Reporter | ||
Comment 3•15 years ago
|
||
Confirmed fixed in the latest nightly on Mac OS X 10.6.4: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b7pre) Gecko/20100930 Firefox/4.0b7pre
Thanks guys!
Updated•15 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•7 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•