yairEO / tagify

🔖 lightweight, efficient Tags input component in Vanilla JS / React / Angular / Vue
https://yaireo.github.io/tagify/
Other
3.51k stars 432 forks source link

Deletion of just added tag by using Backspace is not working in Firefox browser #800

Open Megas78 opened 3 years ago

Megas78 commented 3 years ago

Good day! Please check attached video. It is reproducible on all platforms (Windows / Mac Os).

  1. I added new tag.
  2. Then tried to delete it by pushing backspace but it's not possible in Firefox. In another browsers it works fine.

https://user-images.githubusercontent.com/19715177/114816941-cd16bb00-9dc1-11eb-8909-8f9e0ad5f55c.mov

.

Thank you for your time!

yairEO commented 3 years ago

Cannot reproduce on my Firefox: (Windows 10)

https://user-images.githubusercontent.com/845031/115000060-1262e780-9eab-11eb-9eeb-74b082ab9bc6.mp4

jebax commented 3 years ago

@yairEO I can reproduce on my firefox (v87.0, macOS Catalina):

https://user-images.githubusercontent.com/35078047/115209358-6cef8400-a0f5-11eb-8ab5-77fc2d4d26f9.mov

Megas78 commented 3 years ago

Hello, Thank you!

Best regards, Mykhail

19 апр. 2021 г., в 11:56, Joel Baxter @.***> написал(а):

@yairEO https://github.com/yairEO I can reproduce on my firefox (v87.0, macOS Catalina):

https://user-images.githubusercontent.com/35078047/115209358-6cef8400-a0f5-11eb-8ab5-77fc2d4d26f9.mov https://user-images.githubusercontent.com/35078047/115209358-6cef8400-a0f5-11eb-8ab5-77fc2d4d26f9.mov — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/yairEO/tagify/issues/800#issuecomment-822298057, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEWNI2ILWXWTZXL3IM22BKTTJPV3JANCNFSM426WO6LQ.

yairEO commented 3 years ago

I will take a look. Fixing it is very very difficult because it's a bug in the browser itself, which Mozilla won't fix.

yairEO commented 3 years ago

It appears there has been a regression in Mozilla Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1665167

Please login in the mozilla bug tracker system (using your Github account) and cast your vote to push this to be fixed. ask anyone you know to do the same.

image

Tagirijus commented 2 years ago

Just in case it might be a useful information: I just tested and: I also cannot delete the last added tag like in the video, but I can do it, when clicking into the tagify-input box again. Maybe it's some kind of focus issue here? Just some wild thinking. Hope this might help!