[Webkit-unassigned] [Bug 27470] New: Node::boundingBox does not respect transforms
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 20 16:42:20 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27470
Summary: Node::boundingBox does not respect transforms
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: andy at andymatuschak.org
An element with a transformation applied to it via -webkit-transform returns
its untransformed position on the page when boundingBox() is called.
For example, if an element is at (0, 0), and -webkit-transform:
translate(300px, 300px) is applied, the boundingBox origin will still be at 0.
--
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