nytimes / ice

track changes with javascript
Other
1.71k stars 194 forks source link

'Range.detach' is now a no-op, as per DOM #113

Open jdurante opened 10 years ago

jdurante commented 10 years ago

Hello, First - great plugin, this does exactly what we struggled to build ourselves.

We're using the TinyMCE plugin and a new issue has cropped up recently. We get the

Range.detach' is now a no-op, as per DOM (http://dom.spec.whatwg.org/#dom-range-detach)

in the Chrome console in v 37.0.2062.94 beta-m (64-bit) as well as other browsers.

This is causing the user to be unable to disable track changes once it has been enabled. I don't see any mentions of this in the src so was curious if it will be fixed anytime soon?

Thanks!!