steveathon / bootstrap-wysiwyg

Tiny bootstrap-compatible WYSIWYG rich text editor
MIT License
661 stars 1.71k forks source link

Problems with buttons #113

Open Renato-Garbim opened 7 years ago

Renato-Garbim commented 7 years ago

I get the project from the NuGet package and just set the code as show, calling in js the:

   jQuery(document).ready(function ($) {
       "use strict";

       $('#editor').wysiwyg();

   });

The problem is when im creating/editing the text for the first time its ok, but if i delete all and try to edit like put a Bold or something like it the text-cursor always go back to the start of the div... this is a bug or i just forget to do something ? And some functions of the buttons are not working like the ordened-list and unorder-list.. can all this be related ?

Thanks!

spreadred commented 7 years ago

Which browsers have you tried the ordered/unordered list? Those buttons functions fine for me in Chrome 56.0.2924.87 and Firefox 51.0.1 under Windows 10.

Can you clarify the problem with the cursor and the Bold button? If I am understanding you correctly, it seems it may be related to and/or the same as issue #93