[Webkit-unassigned] [Bug 240455] New: "box-shadow" does not work on textarea

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 16 07:04:25 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=240455

            Bug ID: 240455
           Summary: "box-shadow" does not work on textarea
           Product: WebKit
           Version: Safari 15
          Hardware: All
                OS: All
            Status: NEW
          Severity: Critical
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tlock.chijin at gmail.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Created attachment 459420

  --> https://bugs.webkit.org/attachment.cgi?id=459420&action=review

webkit screenshot

reprodiciable example: https://codepen.io/chijinz/pen/vYdgpdY

code:
```
<html>
<head>
<style>
</style>
<script>
function jsfuzzer() {
document.getElementById("htmlvar00004").style["box-shadow"] = "red 1px 73px"
}
</script>
</head>
<body onload=jsfuzzer()>
<textarea id="htmlvar00004" >aaa</textarea>
</body>
</html>

```

version: all webkit products (including Safari)

description:

The textarea element does not have shadow even though the "box-shadow" is set. Chrome and Firefox work fine with it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220516/8cc2effc/attachment.htm>


More information about the webkit-unassigned mailing list