mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
If selection navigation happens through an editing host, we should enforce that for collapsed navigations (i.e. moving the caret) it can only happen if the focus node of the selection is editable.
15 lines
416 B
Plaintext
15 lines
416 B
Plaintext
#text 0 - #text 3
|
|
--- Left/Right key should not modify a selection on uneditable contents ---
|
|
#text 0 - #text 3
|
|
#text 0 - #text 3
|
|
--- Neither should WordJump + Left/Right ---
|
|
#text 0 - #text 3
|
|
#text 0 - #text 3
|
|
--- Shift + Left/Right key however, should modify the selection ---
|
|
#text 0 - #text 4
|
|
#text 0 - #text 3
|
|
--- Shift + WordJump + Left/Right as well ---
|
|
#text 0 - #text 7
|
|
#text 0 - #text 11
|
|
#text 0 - #text 8
|