Closed
Bug 936376
Opened 11 years ago
Closed 2 years ago
CSS3D Periodic table demo z-order is wrong
Categories
(Core :: Layout, defect, P4)
Core
Layout
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: alice0775, Unassigned)
References
(Depends on 1 open bug, )
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
Build Identifier:
http://hg.mozilla.org/integration/mozilla-inbound/rev/bcfb0d973c06
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0 ID:20131107220445
Sometimes, it is drawn properly after browser focus switched.
Steps To Reproduce:
1. Open URL
2. Click "GRID" (for example)
3. Rotate by mouse dragging
--- observe, z-order become wrong
4. Switch window focus to another window(Ex. Ctrl+Shift+B) and back to browser
--- observe, z-order corrected
5. Rotate by mouse dragging a little
--- observe, z-order become wrong
Actual Results:
z-order is wrong.
Expected Results:
Render properly
Updated•11 years ago
|
Component: Layout: View Rendering → Layout
OS: Windows 7 → All
Priority: -- → P4
Hardware: x86_64 → All
Comment 1•11 years ago
|
||
Perhaps it's the same underlying problem as in bug 936043?
Depends on: 936043
Comment 2•11 years ago
|
||
Yes Mats, I agree, in bug 936043 it definitely looks like a z-buffer problem (or the CSS 3D equivalent of a z-buffer). Surfaces are popping in front of one another apparently randomly. In graphic boards, this is often caused when one does not take into account the limited precision of 32-bit floating point numbers while computing some distance-related parameters. Thanks in advance for your help!
Updated•11 years ago
|
Comment 3•9 years ago
|
||
or duplicate of bug 689498?
Updated•2 years ago
|
Severity: normal → S3
Reporter | ||
Comment 5•2 years ago
|
||
No longer reproduced on Firefox110 - Nightly112.0a1 Windows10.
Status: NEW → RESOLVED
Closed: 2 years ago
Flags: needinfo?(alice0775)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•