Closed
Bug 701656
Opened 13 years ago
Closed 13 years ago
transform 3D don't work in transform 3D element
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
FIXED
mozilla11
Tracking | Status | |
---|---|---|
firefox10 | - | --- |
People
(Reporter: zefling, Assigned: mattwoodrow)
References
Details
(Whiteboard: [mozfr-community])
Attachments
(6 files, 1 obsolete file)
1.18 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
1.01 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
3.24 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
7.42 KB,
text/plain
|
Details | |
1.58 MB,
video/webm
|
Details | |
1.61 MB,
video/webm
|
Details |
User Agent: Mozilla/5.0 (Windows NT 5.2; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0
Build ID: 20111104165243
Steps to reproduce:
The webkit demonstration with transform-style: preserve-3d + transform: rotateY and children with transform: translateZ don't work correctly. 3D effects is not apply on children.
http://ikilote.net/Programmation/CSS/Test/transform-style.htm
Comment 1•13 years ago
|
||
Not a CSSOM issue...
Matt, could you take a look at this?
Status: UNCONFIRMED → NEW
tracking-firefox10:
--- → ?
Component: DOM: CSS Object Model → Layout: View Rendering
Ever confirmed: true
QA Contact: style-system → layout.view-rendering
Version: unspecified → Trunk
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → matt.woodrow
Comment 2•13 years ago
|
||
(FWIW, I get invalidation artifacts on this bug's testcase -- I filed bug 702149 on that.)
Assignee | ||
Comment 3•13 years ago
|
||
Attachment #574503 -
Flags: review?(roc)
Assignee | ||
Comment 4•13 years ago
|
||
Attachment #574505 -
Flags: review?(roc)
Assignee | ||
Updated•13 years ago
|
Attachment #574503 -
Attachment is patch: true
Assignee | ||
Comment 5•13 years ago
|
||
These patches fix the majority of the problems with this test case (including the visible effects of bug 702149), though it appears we are still calculating incorrect visible regions and are clipping the transformed objects at times.
We also appear to have a different interpretation of group opacity for preserve-3d objects here, I'll put this in an email to www-style to discuss this.
Attachment #574503 -
Flags: review?(roc) → review+
Attachment #574505 -
Flags: review?(roc) → review+
Need reftests...
Assignee | ||
Comment 7•13 years ago
|
||
Attachment #574525 -
Flags: review?(roc)
Attachment #574525 -
Flags: review?(roc) → review+
Assignee | ||
Comment 8•13 years ago
|
||
Comment 9•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/75869e1354d0
https://hg.mozilla.org/mozilla-central/rev/17c9363d801a
https://hg.mozilla.org/mozilla-central/rev/bb6ef2d824a8
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla11
Reporter | ||
Comment 10•13 years ago
|
||
It's really resolved ? The result is strange in Gecko...
Comment 11•13 years ago
|
||
What release channel is your nightly build from? This was fixed only on mozilla-central (what will become Firefox 11). This will not work on nightlies from the Aurora/Beta/Release channels.
Updated•13 years ago
|
Attachment #575513 -
Attachment mime type: application/octet-stream → video/webm
Reporter | ||
Comment 12•13 years ago
|
||
I'm user agent is :
Mozilla/5.0 (Windows NT 5.2; WOW64; rv:11.0a1) Gecko/20111118 Firefox/11.0a1
Is it not the last ?
Comment 13•13 years ago
|
||
Yes, that's the correct build to be testing. Thanks for confirming.
Assignee | ||
Updated•13 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 14•13 years ago
|
||
[Triage Comment]
This would not block shipping FF10, but we'd consider taking a low risk patch for Aurora if nominated.
Assignee | ||
Comment 15•13 years ago
|
||
Can you post the contents of your about:support please?
Reporter | ||
Comment 16•13 years ago
|
||
Reporter | ||
Comment 17•13 years ago
|
||
Oh! With a new profile it's better, but the render is cut.
Attachment #575513 -
Attachment is obsolete: true
Attachment #578335 -
Attachment description: With new profil → With new profile
Attachment #578335 -
Attachment mime type: application/octet-stream → video/webm
Attachment #575513 -
Attachment is obsolete: false
Assignee | ||
Comment 18•13 years ago
|
||
Filed bug 707563 for the remaining Layers bug here.
Reporter | ||
Comment 19•13 years ago
|
||
With bug 707563, the result is better, but the text is distorted. Opacity is strange, as if it were applied at all evenly.
Attachment #575513 -
Attachment is obsolete: true
Attachment #580961 -
Attachment mime type: application/octet-stream → video/webm
Reporter | ||
Comment 20•13 years ago
|
||
Is this bug does not okay ? For the opacity, it seems that it is not a bug. I think this bug may be closed. The opacity is same for all element in flat mode and perserve-3D. It's not specify in the daft of the W3C.
Can I close this bug ?
Comment 21•13 years ago
|
||
(In reply to Célian VEYSSIÈRE from comment #20)
> Can I close this bug ?
Let's see if Matt agrees before closing this bug. Thanks.
Assignee | ||
Updated•13 years ago
|
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Updated•6 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
•