This repository has been archived by the owner on Jul 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 322
TAB doesn't work on Firefox #26
Comments
fixed with:
|
after this fix, tab works but doesn't passes to next row. |
This worked for me:
|
active.closest('tr').next().find('td:first-child').focus().click(); didn't work for me on firefox |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
pressing TAB when the editor is open, opens the cell to the right in chrome, but not firefox on mac.
in firefox pressing tab just results in the cell losing focus. (often going to the url bar)
The text was updated successfully, but these errors were encountered: