[Webkit-unassigned] [Bug 59208] Search field with a speech button affects the baseline of outside of the <input>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 9 03:29:54 PDT 2011


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


Kent Tamura <tkent at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Search field with a speech  |Search field with a speech
                   |button affects              |button affects the baseline
                   |vertical-align of outside   |of outside of the <input>
                   |of the <input>              |




--- Comment #1 from Kent Tamura <tkent at chromium.org>  2011-05-09 03:29:55 PST ---
I'm not sure why this happens only with type=search yet.  Anyway, the speech button should be ignored for baseline calculation.
In RenderBlock::lastLineBoxBaseline(), boxes with isFloatingOrPositioned() are ignored for baseline calculation.  the speech button also should be ignored in lastLineBoxBaseline().

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