You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An html-screen that is immediately enabled (with 'input_during_stimulus' option set to true for example) does not get notified through the "enabled()" function. Although an attempt is made by delaying and waiting to call enabled untill javascript has finished loading, this does not work correctly (tested with webengine, on Ubuntu).
The workaround now is to use the html-screen as an element of the screen used in the first trial. In this situation, the webview is only enabled after pressing "start", after javascript has finished loading. Coincidentally, this is the case in both examples using the html-screen. Or just don't use 'input_during_stimulus'.
An html-screen that is immediately enabled (with 'input_during_stimulus' option set to true for example) does not get notified through the "enabled()" function. Although an attempt is made by delaying and waiting to call enabled untill javascript has finished loading, this does not work correctly (tested with webengine, on Ubuntu).
The workaround now is to use the html-screen as an element of the screen used in the first trial. In this situation, the webview is only enabled after pressing "start", after javascript has finished loading. Coincidentally, this is the case in both examples using the html-screen. Or just don't use 'input_during_stimulus'.
Here is a minimal example that breaks: broken-html-screen-enabled.zip
apex/src/lib/apexmain/screen/htmlrundelegate.cpp
Line 85 in f8b2758
The text was updated successfully, but these errors were encountered: