[Webkit-unassigned] [Bug 166889] beforeinput events should fire before compositionupdate events while editing a composition

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 21 01:26:24 PDT 2024


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

--- Comment #4 from Karl Dubost <karlcow at apple.com> ---
the 3 engines seem to fire beforeinput after compositionupdate, 

but Safari is sending
beforeinput       InputEvent       {data: null, inputType: "deleteCompositionText"

while Firefox and Chrome are firing
compositionupdate compositionupdate {data: "é"

So the order maybe is solved and this becomes a separate issue.

-- 
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/20240321/82d4df16/attachment-0001.htm>


More information about the webkit-unassigned mailing list