Bug 274033

Summary: textarea does not render inside absolute/relative parent with border
Product: WebKit Reporter: Angus Findlay <angus.findlay>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: ahmad.saleem792, zalan
Priority: P2    
Version: Safari 17   
Hardware: All   
OS: All   
Attachments:
Description Flags
~30 line HTML file to replicate this bug none

Angus Findlay
Reported 2024-05-11 02:35:04 PDT
Created attachment 471367 [details] ~30 line HTML file to replicate this bug Issue occurs when adding a textarea to a `position: absolute` div inside a `position: relative` div, where the parent has a border. All CSS properties provided in example below are required for the bug to occur. The setTimeout is also needed - when I first discovered this bug I was importing the JS using an ES Module import, I found that after refreshing the page (and the module was cached) the code would work. On Safari (Version 17.4.1 (19618.1.15.11.14)) iOS and macOS this textbox does not render. On Firefox & Chrome this textbox renders. Apologies if this bug is submitted incorrectly I have not done this before! Thanks
Attachments
~30 line HTML file to replicate this bug (827 bytes, text/html)
2024-05-11 02:35 PDT, Angus Findlay
no flags
Ahmad Saleem
Comment 1 2024-05-11 08:19:59 PDT
It seems to be working in Safari Technology Preview 194 while broken in Safari 17.5 Beta. @Alan - Configuration Changed?
alan
Comment 2 2024-05-11 08:43:00 PDT
*** This bug has been marked as a duplicate of bug 272665 ***
Note You need to log in before you can comment on or make changes to this bug.