bootstrap-wysiwyg icon indicating copy to clipboard operation
bootstrap-wysiwyg copied to clipboard

Problems with buttons

Open Renato-Garbim opened this issue 8 years ago • 1 comments

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!

Renato-Garbim avatar Feb 10 '17 11:02 Renato-Garbim

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

spreadred avatar Mar 14 '17 18:03 spreadred