[Webkit-unassigned] [Bug 240638] New: "-webkit-box-reflect" does not work on textarea

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 19 03:14:35 PDT 2022


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

            Bug ID: 240638
           Summary: "-webkit-box-reflect" 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 459577

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

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.

-- 
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/20220519/3febdce5/attachment.htm>


More information about the webkit-unassigned mailing list