[Webkit-unassigned] [Bug 26804] Line Feed in input value attribute moves text out of button

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 6 06:12:54 PDT 2022


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

Vitor Roriz <vitor.roriz at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vitor.roriz at apple.com

--- Comment #3 from Vitor Roriz <vitor.roriz at apple.com> ---
>> Although by following Chrome bug link, I noticed that they fixed it in following commit:

>> https://chromium.googlesource.com/chromium/src.git/+/8dc8d77d8fa1645f44c306062070e5d40af2ba2c

Blink actually reverted this here https://chromium.googlesource.com/chromium/src.git/+/0c8d03bcf68d9c0e31d84369df15dec742682c73

It seems that back in the time IE solution was to strip out new-line characters from the input's value. Now, Firefox and Chrome render the value respecting the new line. Although we are passing the WPT tests for it (https://wpt.fyi/results/html/rendering/widgets/button-layout?label=master&label=experimental&aligned&view=subtest&q=input-type-button-new) it seems that the second line is overflowing and being clipped out.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220906/ae7eeeca/attachment.htm>


More information about the webkit-unassigned mailing list