Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home for chromium.org
« Groups Home
Issue 130339 in chromium: Chrome ignores 3rd parameter of -webkit-transform-origin
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  10 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
chrom...@googlecode.com  
View profile   Translate to Translated (View Original)
 More options May 30 2012, 11:27 pm
From: chrom...@googlecode.com
Date: Thu, 31 May 2012 03:27:58 +0000
Local: Wed, May 30 2012 11:27 pm
Subject: Re: Issue 130339 in chromium: Chrome ignores 3rd parameter of -webkit-transform-origin
Updates:
        Labels: -Area-Undefined Area-WebKit WebKit-CSS WebKit-Rendering

Comment #2 on issue 130339 by tk...@chromium.org: Chrome ignores 3rd  
parameter of -webkit-transform-origin
http://code.google.com/p/chromium/issues/detail?id=130339

(No comment was entered for this change.)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
chrom...@googlecode.com  
View profile  
 More options May 31 2012, 11:19 pm
From: chrom...@googlecode.com
Date: Fri, 01 Jun 2012 03:19:10 +0000
Local: Thurs, May 31 2012 11:19 pm
Subject: Re: Issue 130339 in chromium: Chrome ignores 3rd parameter of -webkit-transform-origin
Updates:
        Cc: shawnsi...@chromium.org vange...@chromium.org wiltz...@chromium.org
        Labels: Feature-GPU-Compositing

Comment #3 on issue 130339 by jam...@chromium.org: Chrome ignores 3rd  
parameter of -webkit-transform-origin
http://code.google.com/p/chromium/issues/detail?id=130339

(No comment was entered for this change.)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
chrom...@googlecode.com  
View profile  
 More options Jun 1 2012, 1:14 pm
From: chrom...@googlecode.com
Date: Fri, 01 Jun 2012 17:14:41 +0000
Local: Fri, Jun 1 2012 1:14 pm
Subject: Re: Issue 130339 in chromium: Chrome ignores 3rd parameter of -webkit-transform-origin
Updates:
        Status: Assigned
        Owner: shawnsi...@chromium.org

Comment #4 on issue 130339 by shawnsi...@chromium.org: Chrome ignores 3rd  
parameter of -webkit-transform-origin
http://code.google.com/p/chromium/issues/detail?id=130339

Assigning it to myself just so it doesn't get easily lost.   I'll post an  
update when I start working on it.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
chrom...@googlecode.com  
View profile  
 More options Jun 6 2012, 11:26 pm
From: chrom...@googlecode.com
Date: Thu, 07 Jun 2012 03:26:35 +0000
Local: Wed, Jun 6 2012 11:26 pm
Subject: Re: Issue 130339 in chromium: Chrome ignores 3rd parameter of -webkit-transform-origin
Updates:
        Owner: ccame...@chromium.org

Comment #5 on issue 130339 by ccame...@chromium.org: Chrome ignores 3rd  
parameter of -webkit-transform-origin
http://code.google.com/p/chromium/issues/detail?id=130339

(No comment was entered for this change.)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
chrom...@googlecode.com  
View profile  
 More options Jun 7 2012, 6:19 pm
From: chrom...@googlecode.com
Date: Thu, 07 Jun 2012 22:19:39 +0000
Local: Thurs, Jun 7 2012 6:19 pm
Subject: Re: Issue 130339 in chromium: Chrome ignores 3rd parameter of -webkit-transform-origin
Updates:
        Status: WontFix

Comment #6 on issue 130339 by ccame...@chromium.org: Chrome ignores 3rd  
parameter of -webkit-transform-origin
http://code.google.com/p/chromium/issues/detail?id=130339

The bug here appears to be with Safari, rather than Chrome.

In particular, if the point <x,y,z> is specified by  
-webkit-transform-origin, and the transformation matrix T is specified by  
-webkit-transform, then the overall transformation should be:
   [1 0 0 x]       [1 0 0 -x]
   [0 1 0 y] * T * [0 1 0 -y]
   [0 0 1 z]       [0 0 0 -z]
   [0 0 0 1]       [0 0 0  1]
It appears that Safari is not performing the final left-multiplication to  
re-center the content at the specified origin after the transform is  
performed.

I've attached a stripped-down version of the originally provided file,  
along with its rendering in Chrome and Safari.  The top image shows that an  
identity transformation with non-zero Z-origin has a non-identity effect on  
Safari.  The middle image shows an ordinary rotateY(180deg).  The bottom  
image verifies that a non-zero Z-origin correctly affects a rotateY(180deg)  
transformation on Chrome.

Marking works-as-intended and will follow up with a bug report to Safari.

Attachments:
        perspective-test-ex.html  1.9 KB
        ex-chrome.png  75.5 KB
        ex-safari.png  97.3 KB


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
chrom...@googlecode.com  
View profile  
 More options Jun 7 2012, 7:35 pm
From: chrom...@googlecode.com
Date: Thu, 07 Jun 2012 23:35:39 +0000
Local: Thurs, Jun 7 2012 7:35 pm
Subject: Re: Issue 130339 in chromium: Chrome ignores 3rd parameter of -webkit-transform-origin

Comment #7 on issue 130339 by shawnsi...@chromium.org: Chrome ignores 3rd  
parameter of -webkit-transform-origin
http://code.google.com/p/chromium/issues/detail?id=130339

Did you have a chance to double-check exactly why Safari and Chromium  
behavior differ?  When we left off our offline discussion, we forgot that  
question was still in the back of our heads =)

Its probably worth digging into that, at least for a little while.  
Personally I did not expect that their behavior would differ; I thought the  
transform-origin was handled by WebCore for both Safari and Chromium.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
chrom...@googlecode.com  
View profile  
 More options Jun 7 2012, 7:44 pm
From: chrom...@googlecode.com
Date: Thu, 07 Jun 2012 23:44:39 +0000
Local: Thurs, Jun 7 2012 7:44 pm
Subject: Re: Issue 130339 in chromium: Chrome ignores 3rd parameter of -webkit-transform-origin

Comment #8 on issue 130339 by ccame...@chromium.org: Chrome ignores 3rd  
parameter of -webkit-transform-origin
http://code.google.com/p/chromium/issues/detail?id=130339

Filed bug against WebKit for Safari follow-up
https://bugs.webkit.org/show_bug.cgi?id=88587


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
chrom...@googlecode.com  
View profile  
 More options Jun 7 2012, 7:59 pm
From: chrom...@googlecode.com
Date: Thu, 07 Jun 2012 23:59:39 +0000
Local: Thurs, Jun 7 2012 7:59 pm
Subject: Re: Issue 130339 in chromium: Chrome ignores 3rd parameter of -webkit-transform-origin

Comment #9 on issue 130339 by ccame...@chromium.org: Chrome ignores 3rd  
parameter of -webkit-transform-origin
http://code.google.com/p/chromium/issues/detail?id=130339

Thanks, I just double-checked and WebKit nightly indeed reproduces the  
issue.  From the discussion in the WebKit bug it looks like this is an  
already-known issue.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
chrom...@googlecode.com  
View profile  
 More options Jun 8 2012, 2:02 am
From: chrom...@googlecode.com
Date: Fri, 08 Jun 2012 06:02:05 +0000
Local: Fri, Jun 8 2012 2:02 am
Subject: Re: Issue 130339 in chromium: Chrome ignores 3rd parameter of -webkit-transform-origin

Comment #10 on issue 130339 by shawnsi...@chromium.org: Chrome ignores 3rd  
parameter of -webkit-transform-origin
http://code.google.com/p/chromium/issues/detail?id=130339

Just to clarify - double-checking WebKit nightly and Comment #7 were two  
different double-checks.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
chrom...@googlecode.com  
View profile  
 More options Jun 11 2012, 11:05 am
From: chrom...@googlecode.com
Date: Mon, 11 Jun 2012 15:05:55 +0000
Local: Mon, Jun 11 2012 11:05 am
Subject: Re: Issue 130339 in chromium: Chrome ignores 3rd parameter of -webkit-transform-origin

Comment #11 on issue 130339 by pet...@google.com: Chrome ignores 3rd  
parameter of -webkit-transform-origin
http://code.google.com/p/chromium/issues/detail?id=130339

I spoke to the dev who originally brought this bug to my attention, and we  
both feel it is still a bug in webkit, but working in the 3D space makes it  
a bit harder to figure out.  He's going to create another example and we'll  
get it attached to this this week.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »