xdamman / selection-sharer

Medium like popover menu to share on Twitter or by email any text selected on the page
MIT License
509 stars 104 forks source link

Chrome: 'Range.detach' is now a no-op, as per DOM (Bug) #28

Open rhnvrm opened 8 years ago

rhnvrm commented 8 years ago

Hi,

An error occurs running the code on certain websites. For example, when we run the code on www.example.com: selection-error

On the chrome console: 'Range.detach' is now a no-op, as per DOM

rhnvrm commented 8 years ago

One more thing I just found out, these are two bugs.

The warning in the chrome console appears every time we run the script. Although, the error on example.com is happening due to some other reason.