To reproduce
- Open Firefox
- go to a GitHub issue/PR and add a new comment
- type
a b c
- press
BKSP
Expected behavior
Resulting output is ab
Actual behavior
c gets selected. A further BKSP deletes the b, resulting in the output ac.
(The second part is related to #8827)
To reproduce
abcBKSPExpected behavior
Resulting output is
abActual behavior
cgets selected. A furtherBKSPdeletes theb, resulting in the outputac.(The second part is related to #8827)