[Webkit-unassigned] [Bug 108266] New: TransformState::move should not round offset to int

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 29 17:11:54 PST 2013


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

           Summary: TransformState::move should not round offset to int
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eae at chromium.org
                CC: eric at webkit.org, simon.fraser at apple.com,
                    leviw at chromium.org


Currently TransformState::move rounds the offset to the nearest integer values, this results in operations using TransformState to compute a position to misreport the location, specifically Element:getBoundingClientRect and repaint rects. Sizes are handled correctly and do not have the same problem.

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