RESOLVED FIXED 59208
Search field with a speech button affects the baseline of outside of the <input>
https://bugs.webkit.org/show_bug.cgi?id=59208
Summary Search field with a speech button affects the baseline of outside of the <input>
Kent Tamura
Reported 2011-04-22 10:13:15 PDT
See the URL field with Google Chrome. The baseline of "MMMyyy" looks wrong only with type=search x-webkit-speech.
Attachments
Kent Tamura
Comment 1 2011-05-09 03:29:55 PDT
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().
Kent Tamura
Comment 2 2011-07-03 21:17:57 PDT
I seems WebKit doesn't have this problem any more. Probably r87067 fixed it?
Note You need to log in before you can comment on or make changes to this bug.