ladybird/Tests/LibWeb/Text/input/Editing
Aliaksandr Kalenik 906ac71eca LibWeb: Fix crashing after input into empty contenteditable
Change `EventHandler::handle_keydown()` to no longer assume the cursor
position's node is always a `DOM::Text`. While this assumption holds
for `HTMLInputElement` that has a shadow DOM with a text node, an empty
`contenteditable` might not have any children. With this change,
`handle_keydown()` creates a new text node if the cursor position's
node is not a text node.
2024-02-24 08:09:01 +01:00
..
execCommand-is-a-noop.html LibWeb: Stub out all the functions from the execCommand spec 2024-02-16 19:31:54 -05:00
input-into-empty-contenteditable.html LibWeb: Fix crashing after input into empty contenteditable 2024-02-24 08:09:01 +01:00