My crossword is a table made with <td> tags. The input boxes are textboxes (input="text"), styled with CSS. My question is how do you get the focus to the next cell/textbox by using the keyboard arrows. (Up, down, right, left, and backspace)
\$\begingroup\$
\$\endgroup\$
2
-
1\$\begingroup\$ This looks very similar to your previous question about applying keyboard navigation to a crossword puzzle drawn with Canvas. Have you tried applying a strategy similar to the answer there? \$\endgroup\$DMGregory– DMGregory ♦2019-01-14 13:15:14 +00:00Commented Jan 14, 2019 at 13:15
-
\$\begingroup\$ Yes it is, but didn't work so I rewrote the code so that the input cells could accept focus \$\endgroup\$A.J.– A.J.2019-01-14 17:08:18 +00:00Commented Jan 14, 2019 at 17:08
Add a comment
|