[Webkit-unassigned] [Bug 69742] Hover not triggered on the right half of elements that have both rotateY and rotate applied.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 10 00:34:38 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=69742





--- Comment #1 from Ante <nikuda at gmail.com>  2011-10-10 00:34:38 PST ---
Having a default rotate of 0 (zero) applied to the global/shared class ".flip" seems to fix the issue.

.flip - global/shared class
.block-a, .block-b, etc - are individual block modifier classes

For example, .block-r had rotate(1deg) and the issue will appear.
Applying rotate(0) to .flip fixes the hover area issue.

-- 
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