-
Notifications
You must be signed in to change notification settings - Fork 19
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
Misc test fixes #71
Misc test fixes #71
Conversation
If I'm testing myself on terms, I know offhand if I pass or fail, I don't need to see the window with all the details.
If answer is not shown, show the answer; otherwise, Return = pass. With this, the user can run through tests more quickly (assuming they know the answers :-) ).
CSS code was partially cleanned. The test header was no visible on Chrome-based browsers. Tests have a better general aspect.
Hi Jeff! I'm testing branch, but unfortunately I cannot get a normal behavior. When I test a word on Firefox, the page starts loop-reloading multiple time, which is quite annoying, unless I press enter again. Could you give me more details about the intended behavior? Until now:
|
Ah too bad it wasn't working for you, for me it's good. :-) The key events are used in the same place as the other test keys, so I really can't see how it's going into an infinite loop. :-/ Intended behaviour:
re "faster test actions", yes I use the arrow keys, and with this branch I can do it without having the "side window" open (which the javascript used to require):
Cheers! jz |
Okay, I went back on main branches, and the infinite loop is already present, whenever I use keyboard actions :| |
Faster tests unabled, without using "Space" before. Static desktop interface is back! Do not show "[]" when word has no tags. Removed JS errors when calling "cClick".
Hi! I solved the bug causing Faster test actions to loop-reload on Firefox. I was caused by The solution was to use I think the issue was related to the fact that you changed the timeout value. As you deleted the branch, do you want me to try your code? |
A few misc fixes to make the testing more enjoyable (for me, anyway, and hopefully for others as well):
Fix test headers.
Currently, the tests are shown right at the top of the screen, eg:
The first commit restores the header:
Speed things up
During heavy usage, the right frame slide-ins-and-outs become distracting and annoying.
Faster test actions
The last two commits let me see and set the answers and statuses more quickly. I can just "enter-enter-enter-enter" to rapidly go through all tests, without having to mouse everywhere, and I don't have to see any pop-ups to say whether I passed or failed ... I know if I passed or failed. :-)