homotopy-io / homotopy-webclient

https://homotopy.io
26 stars 5 forks source link

Keyboard shortcuts sometimes stop working #72

Open jamievicary opened 5 years ago

jamievicary commented 5 years ago

Nick have you seen this happen? A few people encountered it in the practical.

NickHu commented 5 years ago

It happened to me when I accidentally hit capslock; otherwise I guess it's a window focus thing. Needs more information

jamievicary commented 5 years ago

It would be an easy fix for now to also recognize the upper case key presses. I don't think it was a case issue when I experienced it.

On Sat, 2 Feb 2019, 09:59 Nick Hu <notifications@github.com wrote:

It happened to me when I accidentally hit capslock; otherwise I guess it's a window focus thing. Needs more information

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/homotopy-io/webclient/issues/72#issuecomment-459952223, or mute the thread https://github.com/notifications/unsubscribe-auth/AKHHHm5GPyehJV1Winh4neEuoKAbYpqOks5vJWFzgaJpZM4acz-u .

davidreutter commented 5 years ago

This happened to me twice before; the second time I checked that it was neither a capslock issue nor a window focus issue. I think I resolved it by closing the tab in which homotopy.io was running and opening a new tab. (Refreshing might have also worked but I didn't check that.) Unfortunately, I cannot reproduce the issue.

jamievicary commented 5 years ago

I confirm that refreshing alleviates the issue. I also cannot reproduce it.

On Sun, 10 Feb 2019, 09:31 davidreutter <notifications@github.com wrote:

This happened to me twice before; the second time I checked that it was neither a capslock issue nor a window focus issue. I think I resolved it by closing the tab in which homotopy.io was running and opening a new tab. (Refreshing might have also worked but I didn't check that.) Unfortunately, I cannot reproduce the issue.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/homotopy-io/webclient/issues/72#issuecomment-462117256, or mute the thread https://github.com/notifications/unsubscribe-auth/AKHHHoX43FOSnKILSFSIkCFyW9nSCsHCks5vL-btgaJpZM4acz-u .

NickHu commented 5 years ago

I think this happens due to an uncaught exception which causes some thread to stop and not restart; haven't been able to reliably reproduce it but I did see it recently