[Webkit-unassigned] [Bug 125865] New: iframes with composited parents in columns other than the first don't hit-test correctly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 17 12:10:35 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=125865
Summary: iframes with composited parents in columns other than
the first don't hit-test correctly
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: thorton at apple.com
CC: hyatt at apple.com, simon.fraser at apple.com
Attaching a test case which has a hoverable element inside an <iframe> inside a <p> inside a <div> with columns.
In each column, we have one instance where the <p> is composited because of a -webkit-transform: translateZ(0); and one where it is not composited.
Expected:
Both hoverable elements should be hoverable in both columns.
Actual:
The hoverable element with a composited parent in the second column does not hit test correctly/change color on hover.
--
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