morris / vanilla-todo

A case study on viable techniques for vanilla web development.
https://morris.github.io/vanilla-todo/
ISC License
1.17k stars 54 forks source link

Task created twice when clicking on section headline #4

Closed n0nick closed 3 years ago

n0nick commented 3 years ago

Steps to reproduce:

  1. Click "Add" button on the righthand
  2. Focus on task item and type something "foo"
  3. While focus is still on task name input, click on section headline ("...")

Expected: Task "foo" created and focus shifts to section headline

Actual: Task "foo" created twice

Screencast: Kapture 2020-10-27 at 11 14 15

morris commented 3 years ago

Thanks a lot, that's terrible, I will take a look!

morris commented 3 years ago

Think I got it, thanks and let me know if you find anything else. I will add a contributions section (or file) soon and list you there if that's alright :)

n0nick commented 3 years ago

You're quick :) Confirming this is fixed now. Thanks! I really like the concept of this project and how you've implemented this.