[Webkit-unassigned] [Bug 246597] Radio buttons are cut in a strange way (a piece is missing on the right)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 21 02:17:34 PDT 2022


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

Karl Dubost <karlcow at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |BrowserCompat

--- Comment #2 from Karl Dubost <karlcow at apple.com> ---
Layout:
Safari  16.5px x 16.5px (on hover the devtools shows 17px)
Firefox 16px x 16px (on hover devtools shows 20px)
Chrome  20px x 20px (on hover devtools shows 20px)

And the test can be simplified to:


input[type=radio] {
  height: 1.5em;
  width: 1.5em;
}

The values with the cut are 1.5em and 1.6em
1.4em is working
1.7em is working

-- 
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/20221021/70863e6a/attachment.htm>


More information about the webkit-unassigned mailing list