Closed
Bug 810685
Opened 12 years ago
Closed 9 months ago
CSS 3D transform z-order incorrect
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: alice0775, Unassigned)
References
()
Details
(Keywords: regression, testcase)
Attachments
(1 file)
3.31 KB,
application/java-archive
|
Details |
Build Identifier:
http://hg.mozilla.org/mozilla-central/rev/a47525b93528
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:19.0) Gecko/19.0 Firefox/19.0 ID:20121110030714
This is a spin-off of Bug 735178.
The flickering was fixed partially by Bug 735178.
However I still see the flickering.
The regression window is as same as Bug 735178 Comment #1
Steps to reproduce:
1. Open http://www.cssplay.co.uk/menu/cssplay-3d-box-slide.html
OR
1. attached testcase non animation
Actual results:
some cube seems to be under the grid.
Expected results:
all cubes should be on the grid.
Attachment #680443 -
Attachment mime type: application/x-zip → application/java-archive
Assignee: nobody → matt.woodrow
Summary: CSS3 animation at http://www.cssplay.co.uk/menu/cssplay-3d-box-slide.html blinks → CSS 3D transform z-order incorrect
Comment 2•12 years ago
|
||
On http://livetools.uiparade.com/ribbon-builder.html
i opened Firebug to see how it looked if rotated and the :before and :after is placed on top of the main part of the ribbon. Is this related?
Looks like it might be.
Comment 4•11 years ago
|
||
OS: Windows 7 → All
Comment 5•11 years ago
|
||
Yep, same problem in all cases.
Gecko use z-index to calculate elements overlapping, and, moreover do it only on large amount of elements…
Maybe anyone may fix this bug at last?
Comment 7•9 years ago
|
||
Firefox: 45.0.1, Build ID: 20160315153207
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
Hi,
I have tested this issue on the latest Firefox (45.0.1) release, latest Nightly (48.0a1 - Build ID: 20160321030217) build and I have manged to reproduce it. I have tested this using the attached test case and the provided URL. It seems that sometimes the cubs are displayed under the grid, and they are flickering as well.
Assignee | ||
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
Comment 8•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Assignee: matt.woodrow → nobody
Updated•2 years ago
|
Severity: normal → S3
Reporter | ||
Comment 10•9 months ago
|
||
No longer reproduce the issue on 125.0a1,124.0b5,123.0 as well as 115.8esr.
Status: NEW → RESOLVED
Closed: 9 months ago
Flags: needinfo?(alice0775)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•