[Webkit-unassigned] [Bug 167209] Safari input elements don't respect line-heights smaller than 'normal'.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 28 22:01:14 PDT 2023


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

--- Comment #6 from zalan <zalan at apple.com> ---
Apparently clipping is reserved for text fields (?) with decorations.

bool RenderTextControlSingleLine::hasControlClip() const
{
    // Apply control clip for text fields with decorations.
    return !!containerElement();
}

will need to do some digging through history.

-- 
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/20230529/e0ebfda3/attachment-0001.htm>


More information about the webkit-unassigned mailing list