liamcottle / reticulum-meshchat

A simple mesh network communications app powered by the Reticulum Network Stack.
https://meshchat.app
MIT License
100 stars 7 forks source link

Form fields get disabled on Electron for Windows #5

Closed liamcottle closed 2 months ago

liamcottle commented 2 months ago

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 commented 2 months ago

Fixed in 205a4d0a1d5e1450106a40344b2ed14483317b73