PANmedia / raptor-editor

Raptor, an HTML5 WYSIWYG content editor!
www.raptor-editor.com
GNU General Public License v3.0
533 stars 136 forks source link

Errors in console (Chrome) #176

Closed oxhey closed 9 years ago

oxhey commented 9 years ago

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

Discontiguous selection is not supported. - raptor.js:34260

Im using the 0 dependencies preset

Petah commented 9 years ago

Its just an unsuppressible error from Chrome/Rangy while doing feature detection. It should not cause any issues.