Tab to next editable field does not work
Tab to next editable field does not work
Hello,
I have a table with editor. Unfortunately, I can't use the TAB key to jump to the next field in the editor. Where is my mistake?
The code can be found in the appendix
greetings Chris
This question has an accepted answers - jump to answer
Answers
I'm unable to download the file. Are you using the KeyTable extension like this example?
Maybe copy and paste your code into this thread. Mak sure to use Markdown code formatting.
Kevin
Unfortunately my code is too long to include in this thread
here is the link to my page
https://feuerwehr.diedorf.bayern/FOM/jugend_pflegen.php
Actually a test case is a better than the source code Your
select.selector
is set toselector: 'td'.
This is probably not allowing the KeyTable to be activated when clicking the desired cells. Try changing it toselector: 'td:first-child'
so the checkbox is the only option to select a row. Like this example.Kevin
Unfortunately it didn't have the desired result
Maybe change the test case to use my suggestion. Currently it has this:
Kevin