[Webkit-unassigned] [Bug 279416] New: AX: the size of the option list in the select tag does not change after the initial selection, regardless of the set size.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 9 22:28:58 PDT 2024


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

            Bug ID: 279416
           Summary: AX: the size of the option list in the select tag does
                    not change after the initial selection, regardless of
                    the set size.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: msjeong at iclio.com
                CC: bugs-noreply at webkitgtk.org

Created attachment 472512

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

capture screen

Ubunut24.04.4 (based on Arm64 )

In Webkit2Gtk4.1, no matter how large the size of the select tag is set,
the size of the option list in the list box does not change after the initial selection.
Below is the CSS and HTML I used, and I have also attached the actual screen as a file.

#CSS

select { 
        -webkit-border-radius: 0; 
        /* Additional - webview */
        -webkit-appearance: none; /* Remove arrow for Chrome */
        -moz-appearance: none; /* Remove arrow for Firefox */
        appearance: none; /* Remove arrow for all browsers */
}

select option {
  font-size: 23px;
}

#HTML

<select id="opt_status">
        <option value="8">Under Maintenance</option>
        <option value="99">Measurement</option>
</select>

-- 
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/20240910/91363bd2/attachment.htm>


More information about the webkit-unassigned mailing list