[Webkit-unassigned] [Bug 118548] New: [EFL][WK2] Correct wrong usage of m_contentPosition variable in the WebView.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 10 21:32:18 PDT 2013


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

           Summary: [EFL][WK2] Correct wrong usage of m_contentPosition
                    variable in the WebView.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eunmi15.lee at samsung.com
                CC: demarchi at webkit.org


The m_contentPosition variable is scaled position which is scaled with content scale factor.
It can be confused with real position (which is known in the webcore), so it should be used carefully.

I fix the wrong usage of m_contentPosition in this bug.

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