1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 10:40:54 +00:00
psychojs/js/core
Sijia Zhao dd23484cf5 Remove need to unfocus/deselect input elements in DlgFromDict before being able to click the "Ok" button
GlobalEventHandlers.onchange only fires when focus is lost. However .oninput fires whenever contents are modified. Original requires "double click" behaviour: first click to deselect the input element, second click to actually click the "Ok" button. Old code results in "Ok" buttons remaining visually disabled thus confusing users even when input elements have been completed
2020-05-19 18:58:52 +01:00
..
EventManager.js 2020.1 branch 2020-02-14 08:18:25 +01:00
GUI.js Remove need to unfocus/deselect input elements in DlgFromDict before being able to click the "Ok" button 2020-05-19 18:58:52 +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