-
Notifications
You must be signed in to change notification settings - Fork 436
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quickly click to delete tag, there is a bug #1127
Comments
sorry but I don't understand, what is the actual bug? |
Sorry, this is the demo page. please verify. 💥 Demo Page JS.Bin.-.Collaborative.JavaScript.Debugging.-.Google.Chrome.2022-09-23.18-03-52.mp4 |
I've tried so many times to delete as fast as I could but I could not reproduce the bug (in your JSBIN) |
Sorry to resurect an old issue but the same is happening here, it's easier to reproduce if you hold backspace to delete the tags. |
@LucasCardoso-LC - please upload a video. I cannot reproduce this at all... I've tried adding several tags and holding the BACKSPACE key and it always perfectly removes them all and the value of the original input is in-sync. |
I have also reproduced the issue and I am experiencing a similar problem. Here is the issue I am facing: When I quickly perform the following two steps after entering "1", the UI reflects both events, but the actual value change from the first event (deleting "1") is ignored.
(Although the situation is different from the initially reported issue, both problems show that the value change from the first event is ignored.) record.mov |
@SongTeaheon - thanks! that helped a lot, now I can reproduce it. I will create a fix shortly. |
Hello, there are the following two bugs
1). When entering the edit mode, change it to clicks: 1, enter the number 1, 2 becomes two tags, and quickly click the delete button, there is a chance to trigger the edit:start event method, and enter the number 1 or 2 again, it becomes Can't tag.
2). Double-click the input box, the console will prompt the message 'tag element doesn't exist'.
please verify, thanks!
Sorry I don't know how to upload the video.
https://jsbin.com/becapidoqi/edit?js,console,output
The text was updated successfully, but these errors were encountered: