[webkit-reviews] review canceled: [Bug 93838] [EFL] Use vertical slider theme when the slider is vertical : [Attachment 159641] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 21 22:48:00 PDT 2012


KwangYong Choi <ky0.choi at samsung.com> has canceled KwangYong Choi
<ky0.choi at samsung.com>'s request for review:
Bug 93838: [EFL] Use vertical slider theme when the slider is vertical
https://bugs.webkit.org/show_bug.cgi?id=93838

Attachment 159641: Patch
https://bugs.webkit.org/attachment.cgi?id=159641&action=review

------- Additional Comments from KwangYong Choi <ky0.choi at samsung.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=159641&action=review


>> Source/WebCore/ChangeLog:13
>> +	    to use the default value of renderer.
> 
> What if you don't resize the slider at all, like the other ports seem to do?
Do you get meaningful test results?

The size should be set to default value when the size is not specified. The
height of horizontal slider is always 11 and the width of the vertical slider
is always 11 without checking the size is greater than 0. It's always 11 even
though the size of slider thumb is changed.

Render slider uses defaultTrackLength as 129. And, other ports show same width
of vertical slider when I see the expected result. So, the size of slider on
EFL should look same as the other ports.

The main problem of existing code is the height of the vertical slider is 11
because it is applied horizontal slider theme and resized by code.

>> Source/WebCore/platform/efl/RenderThemeEfl.cpp:769
>> +	const struct ThemePartDesc* desc;
> 
> I know this construction was already like this, but since you are touch this
part you can leave out the `struct' part, it's an unneeded C-ism.

You mean, remove const, right?


More information about the webkit-reviews mailing list