Lorenz Hübschle

Results 241 comments of Lorenz Hübschle

That sounds like a lot of work, but it could be quite cool once it's done. Knock yourself out :)

Thanks a lot for looking into this, that was a neat idea :)

I probably have a GPG key still lying around somewhere, might well be expired but I'll have a look.

It's not intentional, I believe it is (or was?) a limitation of the [Page Visibility API](https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API). Basically the browser won't tell us. The relevant variables in [glowingbear.js](../tree/master/js/glowingbear.js) are `documentHidden` and...

Sending notifications when GB is the active tab would be super annoying if you're using private messages, I'm not sure that's the best option... Do you know how other browser-based...

It seems that despite being intended to replace `onFocus` / `onBlur`, the page visibility API really isn't a great replacement for our purpose. Maybe we should go back to checking...

The problem is here: https://github.com/glowing-bear/glowing-bear/blob/ed2f71c58be03475eb545886f77f5fa70d5c3e79/css/glowingbear.css#L275-L276

Yeah Glowing Bear's copy&paste behaviour is terrible. Someone with more knowledge of the DOM and browsers needs to look at this, though, I have no idea how to fix it.

Can't reproduce on Linux. Even when I explicitly go to the search bar, then switch away and back, I end up with the focus in the input bar. @torhve can...