Name |
Last commit
|
Last update |
---|---|---|
conf/locale | ||
doc | ||
problem_builder | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
AUTHORS | ||
LICENSE | ||
LICENSE.MIT | ||
README.md | ||
pylintrc | ||
requirements.txt | ||
run_tests.py | ||
setup.py | ||
test_requirements.txt |
The scrollIntoView function can be called multiple times, which resulted in multiple (10+) scroll animations getting queued. After the first animation successfully scrolled to the top of the step, the others kept running one by one. The animations weren't visible because the element was already scrolled to its final position, but if you tried manually scrolling down while the animations were still running, the window would be scrolled right back up.
Name |
Last commit
|
Last update |
---|---|---|
conf/locale | Loading commit data... | |
doc | Loading commit data... | |
problem_builder | Loading commit data... | |
.gitignore | Loading commit data... | |
.gitmodules | Loading commit data... | |
.travis.yml | Loading commit data... | |
AUTHORS | Loading commit data... | |
LICENSE | Loading commit data... | |
LICENSE.MIT | Loading commit data... | |
README.md | Loading commit data... | |
pylintrc | Loading commit data... | |
requirements.txt | Loading commit data... | |
run_tests.py | Loading commit data... | |
setup.py | Loading commit data... | |
test_requirements.txt | Loading commit data... |