nate-strauser / meteor-x-editable-bootstrap

Smart package for x-editable in place editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

ernestorocha opened this issue · comments

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 ?

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

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.

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)
.

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

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?