Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with contentEditable and bootstrap.js on iOS #6596

Closed
metz0r opened this issue Jan 16, 2013 · 2 comments
Closed

Issues with contentEditable and bootstrap.js on iOS #6596

metz0r opened this issue Jan 16, 2013 · 2 comments
Labels

Comments

@metz0r
Copy link

metz0r commented Jan 16, 2013

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:

$(document).off('touchstart.dropdown.data-api');
@Yohn
Copy link
Contributor

Yohn commented Jan 16, 2013

they've been talking about removing the touchstart from the dropdowns in favor of fastclick ; pull request = #6488

@mdo
Copy link
Member

mdo commented Feb 6, 2013

We merged in #6488 so closing this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants