Fredrik D

Results 65 comments of Fredrik D

Hi @dmitrue. Here is the relevant source code: https://github.com/tinymce/tinymce/blob/24555233fc0531ee201fa438d327dd46822cfe3b/modules/oxide/src/less/theme/components/toolbar/toolbar.less#L20. TinyMCE doesnt use Sass, so I assume you meant LESS. What version of LESS are you using?

Alright, problem solved, you need to use a LESS compiler, not a Sass compiler. Here is the documentation for how to customize the skins: https://www.tiny.cloud/docs/tinymce/latest/creating-a-skin/

You are right sorry, I missunderstood the question. Can you help debug a bit and simply add `px` after the zero in the calc() so the line becomes `background-size: calc...

Thanks for verifying! I'll arrange having that function always use a unit suffix in a future version of TinyMCE.

Hi @Cho-SeongJu. I'm unable to replicate your issue. Typing two spaces and deleting them, then requesting the character count returns zero. [See example](https://fiddle.tiny.cloud/Y9yy9jZj2k/0). Can you replicate your issue in our...

Hi @KlaasVanDorpe and thanks for the report! I can confirm this being an issue. The remedy for the time being is including the lists plugin.

Hi, @justin-oh. I cannot replicate your result on Sequoia 15.6.1 and Chrome Version 141.0.7390.54. But I get another issue where I cannot edit size or description, it does not stick...

I can verify this issue. Firefox put the cursor inside of the image instead of making a larger selection left or right of the image. — Fredrik, Product Manager

Hi @deaflynx. I can verify the same issue on Mac/Safari — Fredrik, Product Manager

Hi @Knutas. I can verify the above things happens on Safari as well. The underlying span sticks and becomes part of the content like a regular gray background color would...