Ehyiah/ux-quill

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

Closed this issue ยท 6 comments

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

Do you have a solution ?

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 ?

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.

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 ?

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

Wonderful, thanks for the feedback

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