Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot type in list of words during Part 1 of Verbal Learning Memory Task #25

Closed
choipaul92 opened this issue Dec 23, 2024 · 4 comments
Closed
Assignees

Comments

@choipaul92
Copy link

choipaul92 commented Dec 23, 2024

Ver 0.0.7

When starting the Verbal Learning Memory Task Part 1, I cannot type in the list of words on the second recall. After clicking on "toggle developer tools", I can enter/type in words.

Update: this also occurred during Verbal Learning and Memory Part 4 (when asked to recall in separate categories: furniture, vegetables, ways of traveling)

Screenshot 2024-12-23 130807

@noah10 noah10 self-assigned this Dec 23, 2024
@juliana-20
Copy link

Ver 0.0.8

I am running into the same issue in Ver 0.0.8. Below is my screenshot of the console page with errors. I am able to type in the words I heard only after clicking on toggle developer tools and then console.

image

noah10 added a commit that referenced this issue Dec 24, 2024
This works around electron bug where alert/confirm interfere with input field text entry.
@noah10
Copy link
Contributor

noah10 commented Dec 24, 2024

This turned out to be caused by a bug in electron involving the use of alert() or confirm() when an text input is on the screen: electron/electron#22923 . Replacing the confirm() dialog with one built using <dialog> seems to have fixed it.

@noah10
Copy link
Contributor

noah10 commented Dec 25, 2024

This is fixed in 0.0.9.

@noah10 noah10 assigned choipaul92 and unassigned noah10 Dec 25, 2024
@cho890
Copy link

cho890 commented Jan 7, 2025

This worked in ver 1.2.1. I can see the text I typed, and it disappeared when I hit 'enter.' Cannot confirm if my responses actually went through though.

@noah10 noah10 closed this as completed Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants