rhysd / Mstdn

Tiny web-based mastodon client for your desktop
MIT License
389 stars 15 forks source link

Keymaps do not work in Windows 10 #18

Closed jgbresson closed 7 years ago

jgbresson commented 7 years ago

I'm on Windows 10 and version 0.2.3

Scroll down, scroll up, and scroll top work for me. However, scroll bottom just scrolls down a little bit, though I'm not exactly sure on the intended behavior here. None of the tab navigation shortcuts work for me.

rhysd commented 7 years ago

Didn't you see 'Please do not forget to write your OS and version of Mstdn.app' in the form?

jgbresson commented 7 years ago

My bad, I edited the post,

rhysd commented 7 years ago

Thank you.

Hmm... There was a problem with CSP on version 0.2.2. Could you tell me which instance you're using? I want to reproduce.

jgbresson commented 7 years ago

I'm on mastodon.bigdinosaur.org

Also, none of them seem to be working for me anymore.

rhysd commented 7 years ago

I could reproduce it. I think setting chromium_sandbox to false in config.json would solve this issue. Currently Electron has a problem with native sandbox and content security policy. The way to solve this is disabling sandbox.

https://github.com/electron/electron/issues/9276

jgbresson commented 7 years ago

That appeared to do the trick.

How far down is the scroll bottom shortcut supposed to move the window? For me it just seems to go to one set distance a short way down.

jgbresson commented 7 years ago

Fixed in v0.2.4