Bug 66732 - [Qt] RenderThemeQt::adjustSliderThumbSize() doesn't differentiate vertical case
Summary: [Qt] RenderThemeQt::adjustSliderThumbSize() doesn't differentiate vertical case
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 50453
  Show dependency treegraph
 
Reported: 2011-08-22 16:56 PDT by Tatiana Meshkova
Modified: 2011-08-23 15:58 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.27 KB, patch)
2011-08-22 17:40 PDT, Tatiana Meshkova
no flags Details | Formatted Diff | Diff
Patch (3.29 KB, patch)
2011-08-23 12:05 PDT, Tatiana Meshkova
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tatiana Meshkova 2011-08-22 16:56:11 PDT
We should swap length and thickness for vertical orientation.
This bug blocks bug #50453
Comment 1 Tatiana Meshkova 2011-08-22 16:58:33 PDT
thumbslider-no-parent-slider.html expectations are wrong also. There should be:

     RenderBody {BODY} at (8,8) size 784x584
       RenderBlock {SPAN} at (0,0) size 11x16
       RenderBR {BR} at (11,16) size 0x0
-      RenderBlock {SPAN} at (0,16) size 11x16
+      RenderBlock {SPAN} at (0,16) size 16x11
       RenderText {#text} at (0,0) size 0x0
Comment 2 Tatiana Meshkova 2011-08-22 17:40:35 PDT
Created attachment 104776 [details]
Patch
Comment 3 WebKit Review Bot 2011-08-23 11:29:04 PDT
Comment on attachment 104776 [details]
Patch

Rejecting attachment 104776 [details] from commit-queue.

Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=ec2-cq-02', '--port..." exit_code: 2

Last 500 characters of output:
g file LayoutTests/platform/qt/fast/forms/thumbslider-no-parent-slider-expected.txt
Hunk #1 FAILED at 5.
1 out of 1 hunk FAILED -- saving rejects to file LayoutTests/platform/qt/fast/forms/thumbslider-no-parent-slider-expected.txt.rej
patching file Source/WebCore/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file Source/WebCore/platform/qt/RenderThemeQt.cpp

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--reviewer', u'Kenneth Rohde Christia..." exit_code: 1

Full output: http://queues.webkit.org/results/9480440
Comment 4 Tatiana Meshkova 2011-08-23 12:05:14 PDT
Created attachment 104882 [details]
Patch
Comment 5 Tatiana Meshkova 2011-08-23 12:06:52 PDT
Comment on attachment 104882 [details]
Patch

rebased
Comment 6 Kenneth Rohde Christiansen 2011-08-23 14:26:16 PDT
Comment on attachment 104882 [details]
Patch

When it was already reviewed, no need to set the r? flag
Comment 7 WebKit Review Bot 2011-08-23 15:58:02 PDT
Comment on attachment 104882 [details]
Patch

Clearing flags on attachment: 104882

Committed r93644: <http://trac.webkit.org/changeset/93644>
Comment 8 WebKit Review Bot 2011-08-23 15:58:06 PDT
All reviewed patches have been landed.  Closing bug.