RESOLVED WORKSFORME Bug 47058
-webkit-transform blocks -webkit-mask
https://bugs.webkit.org/show_bug.cgi?id=47058
Summary -webkit-transform blocks -webkit-mask
Dimtrie
Reported 2010-10-03 09:14:58 PDT
Created attachment 69589 [details] local html example of the bug Overview: More detailed restatement of summary. When hovering over an element that triggers the hover function and sets a transform in motion, it blocks the -webkit-mask and thus it disappears. triggering the bug: 1)go to: http://cssdesk.com/fYzmf or look at the attachment 2) hover over the div element Actual Result: mask disappears while transform is in motion. It appears again when the animation is done ( let your cursor rest for about 2 seconds on the div ) Expected Results: The mask should hide the overflowing content, even when the transform is in motion. Build Date & Platform: Webkit-svn-r68887 build 01-10-2010 on Windows Vista Build 2006-08-10 on Mac OS 10.4.3 Additional Builds and Platforms: Whether or not the bug takes place on other platforms (or browsers, if applicable). Additional Builds and Platforms: As far as i know, it occurs on every os and platform (send the bug to paul-irish, he asked me to file it here) Additional Information: Tried to solve the bug with an overlaying div element, with again a mask. Gave the same result. Example http://cssdesk.com/j3JcH
Attachments
local html example of the bug (3.71 KB, text/html)
2010-10-03 09:14 PDT, Dimtrie
no flags
Zip file containing test of bug. (196.18 KB, application/octet-stream)
2011-02-25 12:41 PST, Fady Samuel
no flags
Simon Fraser (smfr)
Comment 1 2010-12-21 11:59:27 PST
Can you make a very simple testcase with just one element? It's not clear to me from this (cool!) testcase what the issue is.
Fady Samuel
Comment 2 2011-02-25 12:41:10 PST
Created attachment 83862 [details] Zip file containing test of bug. Notice that once scaling is applied to the image, the mask no longer works.
Simon Fraser (smfr)
Comment 3 2011-02-25 13:29:51 PST
Your testcase works perfectly for me. What OS and browser are you testing with?
Dirk Schulze
Comment 4 2012-11-21 22:17:42 PST
Works for me as well.
Note You need to log in before you can comment on or make changes to this bug.