[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 14:33:49 PDT 2022


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

Tim Nguyen (:ntim) <ntim at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ntim at apple.com

--- Comment #5 from Tim Nguyen (:ntim) <ntim at apple.com> ---
(In reply to Ryosuke Niwa from comment #4)
> So the current user-select: all behavior was specifically designed to be
> used in Mail and other applications which want to treat an attachment file
> as one non-editable thing that can be selected on its own.
> 
> It seems like `user-select: all` needs a different behavior but I agree with
> you that making this change is quite risky in terms of backwards
> compatibility. We may need to add SDK check or preserve the old behavior
> just in `-webkit-user-select`.

I think we should just make the user-select behavior match other browsers, and have other applications use -webkit-user-modify to override editability. Other apps shouldn't hold back interopability on the web.

Preserving the old behavior for just -webkit-user-select wouldn't really help in this case, since both unprefixed and prefixed versions are used here, so the unprefixed version would win (even if not the case, the prefixed version is set to `auto` and not `all`).

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


More information about the webkit-unassigned mailing list