KillerCodeMonkey / ngx-quill

Angular (>=2) components for the Quill Rich Text Editor
MIT License
1.79k stars 264 forks source link

Value is not updated when start writing with greek capital letter with accent #1938

Open orestisioakeimidis opened 1 month ago

orestisioakeimidis commented 1 month ago

Hello,

When I start writing in the editor with a greek capital letter with accent (e.g. Έ), the text is rendered on top of the placeholder text and the model value is not updated. You can see the effect in the screenshot below.

Screenshot 2024-10-10 at 08 55 29

I tried it in the live demo you have https://killercodemonkey.github.io/ngx-quill-example/

Any ideas on how to fix that? Thanks in advance!

Regards, Orestis

KillerCodeMonkey commented 1 month ago

Could you plesae try it in the plain quilljs playground: https://quilljs.com/playground/snow ?

orestisioakeimidis commented 1 month ago

@KillerCodeMonkey I tried it and it works fine there. Sorry, forgot to mention that it has this behaviour on Safari MacOS. It works fine on Chrome MacOS.

KillerCodeMonkey commented 1 month ago

strange because then it should not work in quilljs either. i do not have any special or additional styling or logic for that.

Maybe safari has some problems with shadow dom or what ever when rendering angular specific stuff.

Honestly.. i have no idea :D.

KillerCodeMonkey commented 1 month ago

Since i even have no mac it would be nice, if you could do some debugging :S