-
When uploaded new image and trying to adjust size, it sets correctly in CSS, but image render stays as it is.
-
Customers report an unexpected behavior of divs being transformed to p tags. The expected behavior was to remain div.
-
Hi there I looked, saw and was impressed by the code footprint and flexibility of Bludit.
Installed and then tried to insert an image without documentation. Standard editor for image insert gives a p…
-
When I add this to my application I get this error in my console.
Any idea how to fix it?
Also I was wondering how do I get the data typed in Trumbowyg out of the component?
-
I got this error in IE when loading a trumbowyg element using ajax.
It turned out it was due to a removeAllRanges without checking. This fixed it:
``` javascript
if (s.rangeCount > 0 && s.getRangeA…
-
Which one should we use?
-
I discovered a weird bug in Internet Explorer 11. I thought it was a bug in my project, so I tested it on the demo-page of Trumbowyg, and got the same result
How to reproduce the bug?
1.If you wr…
-
```html
1、this is test
2、this is test
save
$(‘#richEditor’).trumbowyg({
btns: [['undo', 'redo'],'btnGrp-semantic'],
});
$('#btnSave').click(function(){
con…
-
Is this within the scope of the project? I'm [comparing WYSIWYG editors](https://github.com/dandv/comparisons/blob/master/JavaScript-WYSIWYG-editors.md) and have been looking for this feature.
BTW,…
dandv updated
7 years ago
-
The Trumbowyg example page shows the editor where user can upload an image, and then the image is rendered in the editor. On inspecting the HTML, the image seems to be hosted in imgur. For me, it will…