robinschiro / MonopolyDeal

My first major project. This application enables fans of the Monopoly Deal card game to play the game together online.
7 stars 4 forks source link

After pressing button on a modal dialog, the parent window should become focused #155

Open robinschiro opened 2 years ago

robinschiro commented 2 years ago

A player may have different window on their computer open when a modal dialog appears in the MonopolyDeal window. Today, after the player interacts with the dialog, their original window is focused (instead of the MonopolyDeal windows). This improvement would force the MonopolyDeal window to become focused after interacting with a modal dialog.