[–] 2 points 6 days ago

When I see that screen, i usually retry once then switch to chrome. It's weird how frequent it is one my self-hosted webapps on overlay networks.

  • source
  • [–] 3 points 1 week ago

    I recall hearing that that this game was originally an elevator algorithm simulator, and that if you right-click in an elevator pit, you can fiddle with the algo.

  • source
  •  

    It seems to be, that the rule ought to be:

    • "if the operator's mouse/keyboard event which originally spawned the new window is still the last one generated, then it may grab focus"

    In other words, if the user is WAITING on a window to pop up, then it takes focus. But otherwise (such as the user typing in another document) it does NOT take focus.

    Of course, in this context, I refer to only key-down and mouse-down events, not passive events like mouse movement.

    view more: next ›