Skip to content

TehShrike/firefox-keyboard-shortcuts-in-contenteditable-inside-shadow-dom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firefox bug with contenteditable inside the shadow dom

To reproduce locally:

npm it

and then open http://localhost:8080

or

visit https://tehshrike.github.io/firefox-keyboard-shortcuts-in-contenteditable-inside-shadow-dom/

To reproduce

Set focus inside of each of them and try hitting Cmd+Left to set focus to the beginning of the line (or Cmd+Shift+Left to select to the beginning of the line).

Expected behavior

Focus should move to the left side of the contenteditable element.

Observed behavior

In the version inside the shadow dom, the cursor does not move, and the keypress is handled by the browser – in the case of Cmd+Left, the browser navigates to the previous location in the browser history.

Releases

No releases published

Packages

No packages published

Languages