[Webkit-unassigned] [Bug 54371] Left Half of Flipped Element is not Interactive (3D Transforms)
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Aug 29 23:23:34 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=54371
simzy39 <sims39 at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sims39 at hotmail.com
--- Comment #6 from simzy39 <sims39 at hotmail.com> 2013-08-29 23:22:56 PST ---
I am experiencing this bug with file:///C:/Users/simzy/Desktop/testing%20aaryon/index.html
The links on the cards work in Firefox, but the top half of the card doesn't allow the link to work.
I am using:
.fadeineffect {
-webkit-transform: perspective(400px) rotateX(50deg) rotateY(0deg) rotateZ(0deg);
-moz-transform: perspective(400px) rotateX(50deg) rotateY(0deg) rotateZ(0deg);
-o-transform: perspective(400px) rotateX(50deg) rotateY(0deg) rotateZ(0deg);
-ms-transform: perspective(400px) rotateX(50deg) rotateY(0deg) rotateZ(0deg);
transform: perspective(400px) rotateX(50deg) rotateY(0deg) rotateZ(0deg);
}
And then just
<a href="img/model1.jpg" data-lightbox="image-1" title=""><img src="card1.jpg" width="84" height="127" alt="" class="fadeineffect" /></a>
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list