Were any Django, import pipeline, table_schema, or dictionary files modified? Y
Database used: opus3_test_200107
All Django tests pass: Y
Were any JavaScript or CSS files modified? N
JSHINT run on all affected files: Y
Tested on Chrome, Firefox, Safari, and iOS: Y
(Remember to test all browser sizes)
Tested for race conditions (with delayed API calls if applicable): NA
Description of changes:
In the mousedown event of widget body, if the clicked element is not input, select tag, text, and hints, we will disable the default behavior of mousedown. This will prevent input from focusing out when clicking on preprogrammed ranges dropdown, and also keep the ability to copy text & hints for mults.
Description of changes:
Known problems: None