[Webkit-unassigned] [Bug 44337] New: [EFL] Added new callback when view's size is changed to fix issue with changing layout size

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 20 08:22:21 PDT 2010


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

           Summary: [EFL] Added new callback when view's size is changed
                    to fix issue with changing layout size
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: miroslaw.s at samsung.com
                CC: miroslaw.s at samsung.com


There is an issue while changing view's size and changing fixed layout size in event view:EVAS_CALLBACK_RESIZE.  The result was that scrollbar's max position was not calculated properly.

Basically ewk_view_fixed_layout_size_set() was triggering smart_calculate() in the backing store while FrameView did not have visible content size updated yet, so the scrollbar's max positions were computed incorrectly.  If we call ewk_view_fixed_layout_size_set() from the new callback, then the issue does not exist, because FrameView's visible content size is updated right before the callback function is called.

Thanks,
Miroslaw

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