[Webkit-unassigned] [Bug 139984] New: [EFL] The size of contents wasn't updated immediately after r176631

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 28 23:14:32 PST 2014


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

            Bug ID: 139984
           Summary: [EFL] The size of contents wasn't updated immediately
                    after r176631
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: hs85.jeong at samsung.com
                CC: demarchi at webkit.org

You can watch this problem after clicking the button of maximize window in MiniBrowser.
It looks like page has wrong scale factor.
I added logs in PageViewportController::updateMinimumScaleToFit() to fix this issue.

Logs are : (when click the maximize button)
[PageViewportController::updateMinimumScaleToFit] m_viewportSize width:1920.000000 height:964.000000
[PageViewportController::updateMinimumScaleToFit] m_contentsSize width:800.000000 height:560.000000
[PageViewportController::updateMinimumScaleToFit] currentlyScaledToFit:1
[PageViewportController::updateMinimumScaleToFit] minimumScale:2.400000
[PageViewportController::updateMinimumScaleToFit] m_minimumScaleToFit:1.000000
[PageViewportController::applyScaleAfterRenderingContents] scale:2.400000

minimumScale updated the wrong value because the size of viewport was not the same with contents.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141229/71c7db43/attachment-0002.html>


More information about the webkit-unassigned mailing list