[Webkit-unassigned] [Bug 30802] Implement automatic switching to slider-vertical

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 22 16:15:51 PDT 2010


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


Ojan Vafai <ojan at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #56812|review?                     |review-
               Flag|                            |




--- Comment #7 from Ojan Vafai <ojan at chromium.org>  2010-07-22 16:15:51 PST ---
(From update of attachment 56812)
> +    if (style->height().isFixed() && style->width().isFixed() && style->height().value() > style->width().value())

This won't work for percentage heights/widths, will it? What about the intrinsic width? Can you add that case to your test case? I'm not sure about this, but I think you might want to look at style->paddingBox().

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