[Webkit-unassigned] [Bug 30802] Implement automatic switching to slider-vertical
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jul 22 18:44:37 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=30802
--- Comment #8 from Kent Tamura <tkent at chromium.org> 2010-07-22 18:44:37 PST ---
(In reply to comment #7)
> (From update of attachment 56812 [details])
> > + 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().
Right, this won't work for percentage length. The patch was a hack and we shouldn't do this here.
We need more complex change like <meter> does.
--
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