[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
Sat Jun 25 16:11:48 PDT 2022


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

--- Comment #7 from Tim Nguyen (:ntim) <ntim at apple.com> ---
(In reply to Ryosuke Niwa from comment #6)

> I don't follow. They specify user-select and -webkit-user-select. If
> -webkit-user-select preserved the old behavior, then it would work precisely
> because it also specify user-select, which overrides the behavior of the
> prefixed version.


In the case of Outlook, `-webkit-user-select: auto; user-select: all;` were both set. The computed value for both `-webkit-user-select` and `user-select` would be `all` regardless since both were specified.

Unless you're asking to make the computed value differ, and always prefer the `-webkit-` prefixed value, which would be very unusual to do.

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


More information about the webkit-unassigned mailing list