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/5-keyboard-mouse/solution.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
@@ -1,5 +1,5 @@
1
1
2
-
ما میتوانیم برای هندل کردن click از `mouse.onclick` استفاده کنیم و برای قابل حرکت دادن کردن mouse، از `position:fixed`استفاده کنیم، سپس `mouse.onkeydown` برای هندل کردن کلیدهای جهتدار.
2
+
ما میتوانیم برای هندل کردن click از `mouse.onclick`، برای قابل حرکت دادن mouse از `position:fixed`و سپس از `mouse.onkeydown` برای هندل کردن کلیدهای جهتدار استفاده کنیم.
3
3
4
4
تنها مشکل این است که `keydown` فقط روی elementهایی که focus دارند فعال میشود. پس باید `tabindex` را به element اضافه کنیم. چون اجازه نداریم که HTML را تغییر دهیم، میتوانیم برای آن از `mouse.tabIndex` استفاده کنیم.
0 commit comments