WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
240638
"-webkit-box-reflect" does not work on textarea
https://bugs.webkit.org/show_bug.cgi?id=240638
Summary
"-webkit-box-reflect" does not work on textarea
Chijin
Reported
2022-05-19 03:14:35 PDT
Created
attachment 459577
[details]
webkit screenshot reprodiciable example:
https://codepen.io/chijinz/pen/eYVWrpd
code: ``` <html> <head> <style> </style> <script> function jsfuzzer() { document.getElementById("htmlvar00005").style["-webkit-box-reflect"] = "right" } </script> </head> <body onload=jsfuzzer()> <textarea id="htmlvar00005">2(cag)6(Dssadalala</textarea> </body> </html> ``` version: all webkit products (including Safari) description: The textarea element does not have reflect even though the "-webkit-box-reflect" is set. Chrome works fine with it.
Attachments
webkit screenshot
(87.00 KB, image/png)
2022-05-19 03:14 PDT
,
Chijin
no flags
Details
chrome screenshot
(203.13 KB, image/png)
2022-05-19 03:14 PDT
,
Chijin
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Chijin
Comment 1
2022-05-19 03:14:47 PDT
Created
attachment 459578
[details]
chrome screenshot
Radar WebKit Bug Importer
Comment 2
2022-05-26 03:15:13 PDT
<
rdar://problem/93960622
>
Ahmad Saleem
Comment 3
2023-09-10 04:14:24 PDT
I am able to reproduce this bug in WebKit ToT (
267839@main
) as well.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug