Skip to content
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

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

Closed
ernestorocha opened this issue Sep 29, 2014 · 5 comments

Comments

@ernestorocha
Copy link

I believe that the version of Rangy used by this project is causing this warning in Chrome as you can see here timdown/rangy#223.

Warning:

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

Can you update Rangy, please ?

@nate-strauser
Copy link
Owner

this package is just a simple wrapper for x-editable - any updates to x-editable are outside of the scope of this repo/package - take a look here https://github.com/vitalets/x-editable/issues -- i didnt see anything related to rangy with a quick search though

@ernestorocha
Copy link
Author

Hm, sorry for that and thank you for the package!

So, if the maintainers update the package someday the warning will disappear. Since they already have issues enough, I'm not going to create a issue there.

@nate-strauser
Copy link
Owner

no worries - yeah, x-editable would have to be updated, then i'd pull in
those changes to this package - this is really just a meteor specific
wrapper

On Mon, Sep 29, 2014 at 8:30 PM, Ernesto Rocha notifications@github.com
wrote:

Hm, sorry for that and thank you for the package!

So, if the maintainers update the package someday the warning will
disappear. Since they already have issues enough, I'm not going to create a
issue there.


Reply to this email directly or view it on GitHub
#24 (comment)
.

@ndemoreau
Copy link

I could be wrong but I think that this issue is coming from wysihtml5. It has been fixed in version 0.3.3 but you are using 0.3.0.

Look at this: Waxolunist/bootstrap3-wysihtml5-bower#88

@achirkof
Copy link

Hello. Thank you for the package.
About issue. This package is build with wysihtml5-0.3.0 and bug is related to this version. Now actual version is wysihtml5-0.3.3 without bug. Is it possible to rebuild package with new version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants