PaulMaly / svelte-imask

IMask input component and action for Svelte 3
65 stars 1 forks source link

Adds excess symbols and cursor jumps in FireFox #5

Closed LittleToky closed 3 years ago

LittleToky commented 4 years ago

Worked well everywhere accepting FireFox desktop. I've tried two masks {mask: '000-000'} - cursor position jumps strangely {mask: '+{7}(000)000-00-00'} - I can't enter my phone number because some symbols start to repeat

PaulMaly commented 4 years ago

Hi! Thanks a lot for your attention! Did you try a demo? I don't see any lags on it. Maybe you have a different setup or something?

LittleToky commented 4 years ago

Hi! I've tried demo. MaskedInput works well but there are some problems with simple input. I thought it should work too. At least it works well everywhere but FireFox desktop. https://svelte.dev/repl/cd5f11274beb4157bea969372f599b9c?version=3 Is this way of usage wrong?

PaulMaly commented 4 years ago

I've checked your example in the latest FireFox (80.0). Everything works as expected. Which OS and FF version do you use?

PaulMaly commented 3 years ago

@LittleToky issue is not reproducible to me. Expected feedback is still not provided. I'll close it for now. Please, feel free to re-open it if you would like.