the Popup appears when hovering over selected text with mouse (so far so good). When selecting the complete text of a cell and then changing the size of this selected text, let's say size 20, and then hovering again over this text with the mouse so that the RichEditor Popup appears again, the popup is huge because it applies size 20 font to himself.
Clicking outside the cell then, the size of the text gets small again.
When clicking inside this cell again, so that the richeditor is activated, the font gets the size that was adjusted.
Please let me know if you can reproduce this or if I have to explain better.
I have been trying to reproduce this but I have not been able to.
It is also unclear what you refer to with : 'the popup is huge because it applies size 20 font to himself'?
There isn't anything in the popup that is affected by the font size of the selected text. So, it is unclear what exactly you refer to and how to reproduce the issue?
The rich text is converted to HTML and the grid cell renders the HTML. At this moment, there is not yet support for taking the bullet type in account in this conversion. We'll investigate if we can add support for this in a future update.