[Webkit-unassigned] [Bug 242006] New: REGRESSION (249800 at main): Cannot edit compose body field on outlook.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 25 13:35:31 PDT 2022


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

            Bug ID: 242006
           Summary: REGRESSION (249800 at main): Cannot edit compose body
                    field on outlook.com
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wenson_hsieh at apple.com
                CC: wenson_hsieh at apple.com

rdar://94619119

Steps:
1. Go to outlook.live.com on iOS 16.
2. Click (+) to compose a new email
3. Try to focus the body field to begin typing.

Expected: the user should be able to compose an email.
Observed: the body field isn't editable.

Regressed after unprefixing `user-select: all;`. The contenteditable div representing the body field has these CSS properties:

```
-webkit-user-select: auto;
user-select: all;
```

Before unprefixing `user-select`, we were using the `auto` behavior specified via `-webkit-user-select`.

-- 
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/20220625/63589009/attachment.htm>


More information about the webkit-unassigned mailing list