NEW 269169
Investigate field-sizing: content interaction with size containment
https://bugs.webkit.org/show_bug.cgi?id=269169
Summary Investigate field-sizing: content interaction with size containment
Luke Warlow
Reported 2024-02-11 05:23:18 PST
If you load `data:text/html,<select style="field-sizing:content;contain:size;"><option>option 1</option><option>really long option awdaadwadw</option></select>`, `data:text/html,<textarea style="field-sizing: content; contain:size;">long content</textarea>`, or `data:text/html,<input style="field-sizing: content; contain:size;" value="longcontent">` you'll see there's serious usability issues with size containment mixed with `field-sizing: content`. This issue is to track investigating what the expected behaviour is and adjust the implementations to match that along with adding any tests that might be needed.
Attachments
Luke Warlow
Comment 1 2024-02-14 04:24:59 PST
Based on the answer provided in https://issues.chromium.org/issues/324585426 WebKit should just ensure that it's consistent with Chromium in its behaviour.
Radar WebKit Bug Importer
Comment 2 2024-02-18 05:24:14 PST
Note You need to log in before you can comment on or make changes to this bug.