WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 80179
[Qt] Add support for vertical sliders in mobile theme
https://bugs.webkit.org/show_bug.cgi?id=80179
Summary
[Qt] Add support for vertical sliders in mobile theme
Pierre Rossi
Reported
2012-03-02 12:16:51 PST
[Qt] Add support for vertical sliders in mobile theme
Attachments
Patch
(5.02 KB, patch)
2012-03-02 12:29 PST
,
Pierre Rossi
hausmann
: review+
webkit.review.bot
: commit-queue-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pierre Rossi
Comment 1
2012-03-02 12:29:32 PST
Created
attachment 129939
[details]
Patch
WebKit Review Bot
Comment 2
2012-03-02 15:16:19 PST
Comment on
attachment 129939
[details]
Patch
Attachment 129939
[details]
did not pass chromium-ews (chromium-xvfb): Output:
http://queues.webkit.org/results/11800151
New failing tests: editing/selection/select-line-break-with-opposite-directionality.html
Simon Hausmann
Comment 3
2012-03-07 11:45:32 PST
Comment on
attachment 129939
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=129939&action=review
> Source/WebCore/platform/qt/RenderThemeQtMobile.cpp:471 > + const int horizontalBorder = (vertical ? rect.width() / 4 : 0); > + const int verticalBorder = (vertical ? 0 : rect.height() / 4);
I personally tend to leave out the extra pair of parentheses here.
Pierre Rossi
Comment 4
2012-03-14 12:46:15 PDT
Committed
r110730
: <
http://trac.webkit.org/changeset/110730
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug