[Webkit-unassigned] [Bug 92494] [EFL] Change the scrollbar behavior not to select the text when moving the scrollbar thumb

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 16 23:54:32 PDT 2012


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





--- Comment #16 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2012-08-16 23:55:04 PST ---
(From update of attachment 159011)
View in context: https://bugs.webkit.org/attachment.cgi?id=159011&action=review

> Source/WebCore/ChangeLog:9
> +        while moving the scrollbar thumb with the mouse. But It is not 

s/It/it/g

> Source/WebCore/platform/efl/ScrollbarEfl.cpp:71
> +    ScrollbarEfl* scrollbar = static_cast<ScrollbarEfl*>(data);

This coding style change is not related to this bug. I think it would be good to change when this function is modified.

> Source/WebCore/platform/efl/ScrollbarEfl.cpp:110
> +        evas_object_propagate_events_set(object, EINA_FALSE);

Please use standard false instead of EINA_FALSE.

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