You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2-ui/4-forms-controls/2-focus-blur/4-edit-td-click/task.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ importance: 5
6
6
7
7
Make table cells editable on click.
8
8
9
-
- On click -- the cell should became "editable" (textarea appears inside), we can change HTML. There should be no resize, all geometry should remain the same.
9
+
- On click -- the cell should become "editable" (textarea appears inside), we can change HTML. There should be no resize, all geometry should remain the same.
10
10
- Buttons OK and CANCEL appear below the cell to finish/cancel the editing.
11
11
- Only one cell may be editable at a moment. While a `<td>` is in "edit mode", clicks on other cells are ignored.
12
12
- The table may have many cells. Use event delegation.
0 commit comments