[Webkit-unassigned] [Bug 25406] -webkit-box-orient:horizontal doesn't work on <button> tag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 26 00:08:58 PDT 2009


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





------- Comment #2 from hamaji at chromium.org  2009-06-26 00:08 PDT -------
(From update of attachment 31913)
This patch would fix this bug. The problem was that RenderButton's anonymous
children were always RenderBlock, but I think it should be RenderFlexibleBox
when the RenderButton is flexible.

We may need (at least) one change to make this patch perfect. As box-orient is
not inherited with current WebKit (the current spec says box-orinet should be
inherited), the anonymous flexible box doesn't use RenderButton's box-orient.
So, with this patch, even if we specifies box-orient:vertical for <button>, it
doesn't layout the inner blocks vertically. I filed another bug and sent a
patch for this issue: https://bugs.webkit.org/show_bug.cgi?id=26717

So, I wait the progress of Bug 26717 and I don't mark this patch as '?' for
now.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list