[Webkit-unassigned] [Bug 131831] New: [EFL][WK2] Changing page zoom factor does not work correctly if fixed layout is used.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 17 17:30:50 PDT 2014


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

           Summary: [EFL][WK2] Changing page zoom factor does not work
                    correctly if fixed layout is used.
           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


We can test changing page zoom factor with fixed layout using MiniBrowser as follow option.
> MiniBrowser -L 1
But it does not work correctly - page is not zoomed correctly.
It's caused by fitting logic of PageViewportController.

solution:
1. set user interaction if page zoom is changed.
2. use content size which does not apply page zoom factor.

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