[Webkit-unassigned] [Bug 85375] [EFL] Fix scroll issue in single backing store for custom scrollbars

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 30 10:30:03 PDT 2012


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





--- Comment #5 from Christophe Dumez <christophe.dumez at intel.com>  2012-05-30 10:30:02 PST ---
(From update of attachment 139816)
View in context: https://bugs.webkit.org/attachment.cgi?id=139816&action=review

> Source/WebKit/efl/ewk/ewk_private.h:245
> +bool ewk_frame_scrollbars_size_get(const Evas_Object* ewkFrame, int* width, int* height);

This needs to be moved to ewk_frame_private.h now.

> Source/WebKit/efl/ewk/ewk_view_single.cpp:403
> +    if (!smartData)

This should come earlier since you've used smartData already twice before this check.

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