[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
Fri Aug 17 00:08:19 PDT 2012


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





--- Comment #18 from Jinwoo Song <jinwoo7.song at samsung.com>  2012-08-17 00:08:52 PST ---
(In reply to comment #16)
> (From update of attachment 159011 [details])
> 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
> 
Done.

> > 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.
> 
Okay, I moved out the codes in this patch.

> > Source/WebCore/platform/efl/ScrollbarEfl.cpp:110
> > +        evas_object_propagate_events_set(object, EINA_FALSE);
> 
> Please use standard false instead of EINA_FALSE.
Done.

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