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

Form fields get disabled on Electron for Windows #5

Closed
liamcottle opened this issue Jul 8, 2024 · 1 comment
Closed

Form fields get disabled on Electron for Windows #5

liamcottle opened this issue Jul 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@liamcottle
Copy link
Owner

This is a reminder to fix the bug where it's impossible to select and enter text into any fields in the Windows/Electron version of MeshChat when an alert dialog has been opened in javascript.

You can click one of the other dialogs, such as "Compose" and then exit out to refocus the window and allow text entry again.

This should probably be fixed by replacing all instances of alert with a native dialog when running under electron. I have already done this with the confirm dialog, as that wasn't supported in electron. Something similar can be done here...

@liamcottle liamcottle added the bug Something isn't working label Jul 8, 2024
@liamcottle
Copy link
Owner Author

Fixed in 205a4d0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant