NEW 217695
`inputType` of `beforeinput` and `input` events fired when choosing a correct spell of the spellchecker is wrong
https://bugs.webkit.org/show_bug.cgi?id=217695
Summary `inputType` of `beforeinput` and `input` events fired when choosing a correct...
Masayuki Nakano
Reported 2020-10-13 21:51:55 PDT
1. Go to https://d-toybox.com/studio/lib/input_event_viewer.html 2. Choose "<div contenteditable>" 3. Type "Speeed" into the editor below "Test editor beahvior:" 4. Then, the word should be underlined by the spellchecker. 5. Right click on the word and choose "Speed". Then, a pair of `beforeinput` and `input` events is fired as expected, but `inputType` is `"insertText"`, although it should be `"insertReplacementText"`. https://www.w3.org/TR/input-events-2/#interface-InputEvent-Attributes Maybe related to bug 177657.
Attachments
Radar WebKit Bug Importer
Comment 1 2020-10-14 12:50:46 PDT
sideshowbarker
Comment 2 2024-05-05 22:15:50 PDT
Nakano-san, Do you know if we have any relevant WPT tests for this? And is the Chrome behavior for this case spec-conforming?
Masayuki Nakano
Comment 3 2024-05-07 00:31:30 PDT
(In reply to sideshowbarker from comment #2) > Nakano-san, Do you know if we have any relevant WPT tests for this? And is > the Chrome behavior for this case spec-conforming? Unfortunately, there is no WPT for this because there is no way to work with spellchecker UI of the browsers.
Note You need to log in before you can comment on or make changes to this bug.