mindmup / bootstrap-wysiwyg

Tiny bootstrap-compatible WISWYG rich text editor
MIT License
5.55k stars 840 forks source link

NS_ERROR_UNEXPECTED: Unexpected error #116

Open seinoxygen opened 11 years ago

seinoxygen commented 11 years ago

I'm getting an error in the line 42 with Firefox 24 Using Bootstrap 3 and jQuery 1.10.2.

document.execCommand(command, 0, args);

arambert commented 11 years ago

+1 Me too

jonesiscoding commented 10 years ago

I believe you missed the dependency on jeresig/jquery.hotkeys. :)

prophe05 commented 10 years ago

+1 Me too. I have jquery.hotkeys.js

udaykirand commented 7 years ago

Is there a known fix for this issue? I'm using wysiwyg editor with apache wicket and alignment functions are creating a new text area. There is NS_ERROR_FAILURE: in browser console at bootstrap-wysiwyg.js line 42.