NEW 248285
<option> in <select multiple> or <select size> should return correct height/width
https://bugs.webkit.org/show_bug.cgi?id=248285
Summary <option> in <select multiple> or <select size> should return correct height/w...
Tim Nguyen (:ntim)
Reported 2022-11-23 12:32:14 PST
clientHeight/clientWidth/etc. APIs should work on <option> in <select multiple> or <select size>. It currently works properly on Chrome/Firefox, but not WebKit. The reason being that <option> has display: none in WebKit.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-11-30 12:33:18 PST
Note You need to log in before you can comment on or make changes to this bug.