[Webkit-unassigned] [Bug 17918] -webkit-box-align stretch does not work on replaced content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 11 03:43:37 PDT 2010


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


Shinichiro Hamaji <hamaji at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hyatt at apple.com




--- Comment #9 from Shinichiro Hamaji <hamaji at chromium.org>  2010-05-11 03:43:36 PST ---
This change broke the following 3 tests on Mac:

fast/forms/003.html
fast/forms/select-block-background.html
fast/text/drawBidiText.html

I guess some code for <select> needs to check sizesToIntrinsicWidth. I suspect isAuto() in Render(MenuList|ListBox)::calcPrefWidths() .

Also, I guess we need the same change for <datagrid> . I'm not sure about <legend>, but probably it has similar issue when we specify display:inline-block explicitly?

CCing dhyatt.

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