bootstrap-wysiwyg / bootstrap3-wysiwyg

Simple, beautiful wysiwyg editor
http://bootstrap-wysiwyg.github.io/bootstrap3-wysiwyg/
MIT License
834 stars 264 forks source link

Focus lost when editor is reached #197

Open paoloSalazar opened 7 years ago

paoloSalazar commented 7 years ago

Hi I am trying to use the editor, but I have problems using TAB key to move through controls in form. when Editor is reached the focus is lost. I have commented this block of code in line 12960 in bootstrap3-wysihtml5.all.js, in order to enable use of TAB key. else if (that.config.handleTabKey && keyCode === 9) { // event.preventDefault(); // handleTabKeyDown(that, element); }