SCCapstone / EZBag

2 stars 0 forks source link

Pasting repeatedly causes the web page to become unresponsive #185

Closed noahshaw11 closed 3 years ago

noahshaw11 commented 3 years ago

When pressing CTRL + V multiple times, the web page becomes unresponsive. This may be on my end, but I am not sure.

https://user-images.githubusercontent.com/47468872/114296726-dbd83780-9a7a-11eb-9a97-147b5c61c9dd.mp4

cjshearer commented 3 years ago

I ran a performance test while repeatedly pasting, and it appears the problem is related to the validation rules used to check if the text provided is an email. I did some looking online, and couldn't find anyone else having the issue, so it is likely our implementation. We use v-text-field, which has examples that do not suffer this bug, so attempts to fix should reference those examples. image