-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome: 'Range.detach' is now a no-op, as per DOM #54
Comments
I'm getting the same thing. Happens on DOM load (before I've instantiated a WYSIWYG area). I'm guessing it's part of some browser compatibility testing that WYSIHTML5 or Rangy does early on. I'm also getting a |
Rangy does do feature tests during initialization which cause recent Chrome to warn both "'Range.detach' is now a no-op, as per DOM" and "Discontiguous selection is not supported.". The latest version of Rangy on GitHub has workarounds for both. |
just a question, do we have to upgrade Rangy by ourselves or are you going to upgrade the lib here ? |
Is that directed at me, @adantart? If so then I'm happy to create a pull request with the latest version of Rangy but I'd have thought it would be just as simple to download the latest release from https://github.com/timdown/rangy/releases and do it yourselves. |
Yes, I know it's that simple, but just wanted to know if I have to, or better to wait the main project (yours) to do it, and then I upgrade yours ;-) |
In Chrome I get an warning which reads:
'Range.detach' is now a no-op, as per DOM (http://dom.spec.whatwg.org/#dom-range-detach).
It appears to be in wysihtml5x-toolbar.js at line 2989
The text was updated successfully, but these errors were encountered: