mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 06:09:51 +00:00
LibWeb: Fix "input" events being dispatched twice when cancelled
This commit is contained in:
parent
2534e7aeff
commit
648fac7215
Notes:
github-actions[bot]
2024-10-22 23:42:01 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 648fac7215
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1924
Reviewed-by: https://github.com/gmta ✅
3 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,9 @@
|
|||
beforeinput data=(r) intputType=(insertText)
|
||||
beforeinput data=(a) intputType=(insertText)
|
||||
beforeinput data=(e) intputType=(insertText)
|
||||
beforeinput data=(b) intputType=(insertText)
|
||||
beforeinput data=(e) intputType=(insertText)
|
||||
beforeinput data=(c) intputType=(insertText)
|
||||
beforeinput data=(e) intputType=(insertText)
|
||||
beforeinput data=(null) intputType=(insertParagraph)
|
||||
Text in input: reee
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue