1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 10:40:54 +00:00
psychojs/js/core
Sijia Zhao 0f9eeb636e GUI._onKeyChange now properly handles dropdown boxes
Now use a Map to keep track of individual elements to prevent duplication.
Previously would increment continuously just by switching dropdown options. So users could bypass the requirement to complete starred(*) fields by toggling a dropdown a few times, or by focussing and unfocussing input elements, causing nbSetRequiredKeys++ to increment without limit.
2020-05-19 19:07:48 +01:00
..
EventManager.js 2020.1 branch 2020-02-14 08:18:25 +01:00
GUI.js GUI._onKeyChange now properly handles dropdown boxes 2020-05-19 19:07:48 +01:00
Keyboard.js 2020.1 branch 2020-02-14 08:18:25 +01:00
Logger.js 2020.1 branch 2020-02-14 08:18:25 +01:00
MinimalStim.js 2020.1 branch 2020-02-14 08:18:25 +01:00
Mouse.js 2020.1 branch 2020-02-14 08:18:25 +01:00
PsychoJS.js 2020.1 branch 2020-02-14 08:18:25 +01:00
ServerManager.js 2020.1 branch 2020-02-14 08:18:25 +01:00
Window.js Fix blurry Pixi canvas 2020-05-19 18:40:56 +01:00
WindowMixin.js 2020.1 branch 2020-02-14 08:18:25 +01:00