Name |
Last commit
|
Last update |
---|---|---|
.. | ||
calc | ||
capa | ||
chem | ||
sandbox-packages | ||
symmath | ||
xmodule | ||
django_startup.py | ||
extract_tar.py | ||
html_to_text.py | ||
logsettings.py | ||
rooted_paths.py | ||
sample-post.py | ||
supertrace.py | ||
tempdir.py |
The Video element contains an input with type file. When the Check button was clicked for the multiple choice problem, the code was acting in different ways when there as a Video on the page and when there wasn't. This is because in the check_fd() method there was a selector that was looking for inputs of type file on the whole page instead of just in the current problem. When there was a Video pn the page, the page-wide selector returned the Video's file input, and the check_fd() method went on believing that the multiple choice has a file input. The correct way is to look for file inputs only in the current element. Added a Jasmine JavaScript unit test. BLD-788.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
calc | Loading commit data... | |
capa | Loading commit data... | |
chem | Loading commit data... | |
sandbox-packages | Loading commit data... | |
symmath | Loading commit data... | |
xmodule | Loading commit data... | |
django_startup.py | Loading commit data... | |
extract_tar.py | Loading commit data... | |
html_to_text.py | Loading commit data... | |
logsettings.py | Loading commit data... | |
rooted_paths.py | Loading commit data... | |
sample-post.py | Loading commit data... | |
supertrace.py | Loading commit data... | |
tempdir.py | Loading commit data... |