You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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); }
The text was updated successfully, but these errors were encountered:
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); }
The text was updated successfully, but these errors were encountered: