-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arrow keys don't work very well (at all) for navigation and changing status #170
Comments
Back in 3.0.12, you could click a term, and then hit up/down arrow many times in a row to update the status. That's been lost since the full page ajax was added. (Back in 3.0.6, you used to be able to use the up/down arrows to change the status just on hover. In 3.0.7 that was changed to only allow update for clicked terms.) |
Calling the js method reload_text_div() calls
console messages have
So the load of page_content calls script which gets executed ... whenever it gets executed, it happens to occur after I try to take control. That feels like the main issue. |
That renderpage route is called in only a few places:
|
Fixed in #179. |
When reading the tutorial, click on a term and try repeatedly hitting the status update key (arrow up/down). You can currently only click the arrow up (or down) once, after which the up/down arrow no longer works.
My guess is that, since each status change triggers an ajax reload, the term becomes somehow "deselected" and the arrows don't work.
The text was updated successfully, but these errors were encountered: