bootstrap-wysiwyg
bootstrap-wysiwyg copied to clipboard
Problems with buttons
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!
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