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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 26 21:32:36 PDT 2022


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

--- Comment #9 from Karl Dubost <karlcow at apple.com> ---
Created attachment 460499

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

actual markup from outlook

So Outlook is sending the same markup to Firefox Android and Safari iOS, but with a very specific CSS rule: 



```
<div
  id="editorDiv"
  aria-multiline="true"
  role="textbox"
  contenteditable="true"
  class="_2Ty8EjISo75bsCGOwzk795"
  spellcheck="false"
  aria-label="Message: "
>
  <div>
    <span id="_rooster_watermarkSpan">Type '@' to mention someone</span>
  </div>
</div>

<style>
  ._2Ty8EjISo75bsCGOwzk795 {
    -webkit-user-select: auto;
    -ms-user-select: all;
    user-select: all;
    -moz-user-select: text;
    -webkit-user-modify: read-write;
  }
</style>
```

-- 
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/20220627/f8cc483d/attachment.htm>


More information about the webkit-unassigned mailing list