Bug 248285 - <option> in <select multiple> or <select size> should return correct height/width
Summary: <option> in <select multiple> or <select size> should return correct height/w...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BrowserCompat, InRadar
Depends on:
Blocks:
 
Reported: 2022-11-23 12:32 PST by Tim Nguyen (:ntim)
Modified: 2022-11-30 12:33 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Nguyen (:ntim) 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.
Comment 1 Radar WebKit Bug Importer 2022-11-30 12:33:18 PST
<rdar://problem/102825025>