Ehyiah / ux-quill

Bundle to use quill JS in symfony
MIT License
15 stars 4 forks source link

Quill showing colon(:) instead of periode(.), only on the fisrt one. #23

Closed Pimous972 closed 7 months ago

Pimous972 commented 8 months ago

When writing text in the editor, the first period is replaced by a colon. The following ones are okay.

Do you have a solution ?

Ehyiah commented 8 months ago

Hello, Are you sure this is a quill related problem ? I never encounter this problem while using quill.

Do you have automatic correction activated maybe ? Can you provide me a reproductible exemple maybe ?

axelr7x commented 7 months ago

Hello, i have the same problem ! when im trying to type "." at first it print a ":" but after the ":" when i continue to type with the same key, i have "." so basically when i press to put a "." 3 times, it does ":.." i use an AZERTY keyboard pattern.

Ehyiah commented 7 months ago

Can one of you provide maybe a short video or a simple project with this problem ? or maybe copy paste me a sentence that cause a problem that i will try to retype. I re-tried to reproduce this problem but without success.

Did you provide any custom options maybe when initializing quill ?

Or can you reproduce the problem on quill playground ? https://v1.quilljs.com/playground/

I'm working on a version compatible with the upcoming v2 of quill, maybe you can try this branch https://github.com/Ehyiah/ux-quill/tree/dev/quill-v2-beta and see if the problem persist ?

axelr7x commented 5 months ago

The new version (v2) of QuillJs resolved everything ;)

Ehyiah commented 5 months ago

Wonderful, thanks for the feedback

Pimous972 commented 5 months ago

Hello i also update to QuillJS v2 and it's OK, thanks for the job !