[Webkit-unassigned] [Bug 128287] The computed lineHeight for <textarea> is broken when set to a relative value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 30 08:45:38 PDT 2022


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

Ahmad Saleem <ahmad.saleem792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ahmad.saleem792 at gmail.com

--- Comment #1 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
I am able to reproduce this in Safari 16 and STP 154 using attached JSFiddle and it shows following:

For Target:

lineHeight: 20.000002px
scrollHeight: 65px <----- changes from 62 px and show in "red"

>>> Chrome Canary 108:

lineHeight: 20px
scrollHeight: 64px <----- does not change even with zoom.

>>> Firefox Nightly 107:

lineHeight: 20px
scrollHeight: 64px <----- does not change even with zoom.

-- 
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/20220930/e8c99c41/attachment.htm>


More information about the webkit-unassigned mailing list