steveathon / bootstrap-wysiwyg

Tiny bootstrap-compatible WYSIWYG rich text editor
MIT License
663 stars 1.7k forks source link

Selection is partially broken #20

Closed akoskm closed 9 years ago

akoskm commented 9 years ago

In the current master branch you cannot select text by dragging the mouse in the text area.

This is working with the the older version of this plugin: http://mindmup.github.io/bootstrap-wysiwyg/

codewithtyler commented 9 years ago

I'm able to select text, just not able to type anything as every key (no matter what key I press) just toggles the bold on and off. It looks like it is also wrapping the selection in pre tags.

codewithtyler commented 9 years ago

@akoskm did you include jQuery.hotkeys in your project? Once I added that everything started working for me.

codewithtyler commented 9 years ago

@akoskm Were you able to get this to work?

akoskm commented 9 years ago

@RandomlyKnighted no, in the mean time I think we just switched to another editor. I'll check and report you back.

akoskm commented 9 years ago

@RandomlyKnighted we found no reliable text editors so we implemented a plain textarea/preview editor similar to this comment box.