todo-vue icon indicating copy to clipboard operation
todo-vue copied to clipboard

Vue todolist app has some bug

Open meredithyan opened this issue 2 years ago • 2 comments

guys:

I followed the instructions to create a vue to-do-list app, but I think there is a bug.

that is: when we click the save button from ToDoItemEditForm component, we can’t get back to the ToDoItem view , let alone the focus management ( we want move the focus to the input in the ToDoItem view)

at first, I think that is my problem, then I checked your live version, then I find the same problem.

https://github.com/mdn/todo-vue/assets/495429/da12569a-7f4a-4b2c-86e9-39d60ea12cf4

meredithyan avatar Jul 09 '22 05:07 meredithyan

Reproduced the issue with the live version:

  1. Click "Edit" on any item,
  2. Click "Save" without changing the title,
  3. Nothing happens, but the effect should be the same as clicking the "Cancel" button.

caugner avatar Oct 16 '23 12:10 caugner

do you guys need help in the documentation

OnyileFelix1 avatar Jan 17 '24 06:01 OnyileFelix1