Closed
Bug 778653
Opened 12 years ago
Closed 11 years ago
Elements refresh problem caused by css3 transform
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 775163
People
(Reporter: sebastien.vaneyck, Unassigned)
References
()
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:14.0) Gecko/20100101 Firefox/14.0.1
Build ID: 20120713134347
Steps to reproduce:
Animating div containing images and text (jquery + css3 transform)
From :
-moz-transform: translateX(-15px) perspective(500px) rotateY(50deg);
-moz-transform-style: preserve-3d;
-moz-transition: all 0.3s linear 0s;
To :
-moz-transform: translateX(0px) perspective(500px) rotateY(0deg);
jQuery animation moves the whole container div from right to left in 300ms, or during second case (text display issue), moving the same div on both directions (depending user clicks on left or right arrow)
Actual results:
Images are flickering, showing graphical artifacts. Text also has display issues (missing or truncated letters.
There are no issues on same animation with css3 effects removed.
Expected results:
Images and text should render properly.
Reporter | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Can you provide a reduced Testcase showing the Issue and attach it to this Report or give a Link to a public URL?
Reporter | ||
Updated•12 years ago
|
Reporter | ||
Comment 3•12 years ago
|
||
You can now play a bit with that demo (click "move nav right" "move nav left" and notice display issues.
I just updated it, then you can see how it acts well with Webkit (chrome, safari, etc…)
Reporter | ||
Comment 4•12 years ago
|
||
Demo updated again with both cases : images and text display issues + only text display issues.
As a final note, everything ran fine with FF13.
Comment 5•12 years ago
|
||
I can repro this with HWA disabled only (Win 7 x64).
It's fixed on Aurora/Nightly.
Reporter | ||
Comment 6•12 years ago
|
||
Ok, but i'm under OSX (10.6.8, and same issues under Lion 10.7.3), so how to know if it's really fixed ? :) Is there any related resolved tickets on bugzilla ?
(In reply to sebastien.vaneyck from comment #6)
> Ok, but i'm under OSX (10.6.8, and same issues under Lion 10.7.3), so how to
> know if it's really fixed ? :) Is there any related resolved tickets on
> bugzilla ?
According to comment #5, your bug is likely a dupe of bug 775163 (see comment https://bugzilla.mozilla.org/show_bug.cgi?id=775163#c3) that has been fixed by bug 772079.
It's fixed in Aurora/Nightly, not in Beta.
Reporter | ||
Comment 8•12 years ago
|
||
Yep, it seems a duplicate of 775163, thx for info ;)
Updated•11 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•