[Webkit-unassigned] [Bug 283044] New: Clipping of input type "radio" button when setting width/height

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 13 01:10:02 PST 2024


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

            Bug ID: 283044
           Summary: Clipping of input type "radio" button when setting
                    width/height
           Product: WebKit
           Version: Safari 17
          Hardware: Mac (Apple Silicon)
               URL: https://jsfiddle.net/dmnsgn/qg75kLyo/
                OS: macOS 14
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dmnsgn at gmail.com
                CC: cdumez at apple.com, wenson_hsieh at apple.com

Created attachment 473216

  --> https://bugs.webkit.org/attachment.cgi?id=473216&action=review

Screenshot of the repro link showing clipped radio on the right

Browser: Safari 17.5 (19618.2.12.11.6)
OS: macOS 14.5

Overview:
Input type "radio" button are clipped when setting width/height.
No similar issue in Firefox or Chrome.

Repro link:
https://jsfiddle.net/dmnsgn/qg75kLyo/

It uses the following simple css:
input[type="radio"] {
  width: 1rem;
  height: 1rem;
}

Closest bug:
https://bugs.webkit.org/show_bug.cgi?id=155577

-- 
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/20241113/77021e0b/attachment.htm>


More information about the webkit-unassigned mailing list