Youen

Results 7 issues of Youen

### Checklist - [X] I've looked at the [documentation](https://summernote.org/deep-dive/) to make sure the behavior isn't documented and expected. - [X] I'm sure this is an issue with Summernote, not with...

bug 🐞

Applying a new style (e.g. font or size) to all the paragraphs only works when selecting the whole text with the cursor (thanks to #4472), but fails when selecting it...

When using SummernoteInplaceWidget, on init, the `note-editable` height is computed by the function `recalcHeight` in `django_summernote/templates/django_summernote/widget_common.html`. However, in this function, the value returned by `e.find('.note-toolbar').outerHeight()` is incorrect (too big), which...

### Checklist - [x] I've looked at the [documentation](https://summernote.org/deep-dive/) to make sure the behavior isn't documented and expected. - [x] I'm sure this is an issue with Summernote, not with...

#### What does this PR do / why do we need it? This PR fiwes the following behavior : - Hovering over a button that comes from a custom plugin...

Here's an old bug that is making a comeback. #### What does this PR do / why do we need it? - This PR addresses the bug #3112, which still...

### Checklist - [X] I've looked at the [documentation](https://summernote.org/deep-dive/) to make sure the behavior isn't documented and expected. - [X] I'm sure this is an issue with Summernote, not with...