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
I have been trying out both bootstrap-wysihtml5 and tinyMCE for rich text editing and I've run into problems with both tools on iOS. I first posted on bootstrap-wysihtml5's github (jhollingworth/bootstrap-wysihtml5#186) but I have realized that the problem is in bootstrap.js.
Symptom:
The textarea is really buggy - can't effectively describe it but once you start typing and moving the cursor around the input suddenly stops responding.
Conclusions:
The problem is introduced in bootstrap.js version 2.1.0
It is caused by touchstart event bindings on .dropdown
I have been trying out both bootstrap-wysihtml5 and tinyMCE for rich text editing and I've run into problems with both tools on iOS. I first posted on bootstrap-wysihtml5's github (jhollingworth/bootstrap-wysihtml5#186) but I have realized that the problem is in bootstrap.js.
Symptom:
The textarea is really buggy - can't effectively describe it but once you start typing and moving the cursor around the input suddenly stops responding.
Conclusions:
Fix:
The text was updated successfully, but these errors were encountered: