guardian / scribe

DEPRECATED: A rich text editor framework for the web platform
http://guardian.github.io/scribe/
Apache License 2.0
3.5k stars 245 forks source link

Added Shadow DOM awareness to selection #503

Closed nazar-pc closed 3 years ago

nazar-pc commented 7 years ago

We need to use closest Shadow Root instead of Document for elements withing Shadow Root. Otherwise we'll get no useful information about actual selection.

nazar-pc commented 7 years ago

Somebody alive here?