GetScatter / ScatterDesktop

Connect to applications on EOS, Ethereum, and Tron. Exchange tokens with ease. Manage your assets safely. All in a simple to use interface.
https://get-scatter.com/
GNU General Public License v3.0
500 stars 198 forks source link

Logging in within Scatter, from the RIDL panel in Scatter, will hide Scatter post-login #334

Open ramijames opened 5 years ago

ramijames commented 5 years ago
  1. Logged out state of RIDL panel in Scatter
  2. Select "Log in"
  3. Choose your user and hit "Allow"
  4. Scatter gets hidden
nsjames commented 5 years ago

Hmm. This is actually going to be an extremely hard problem to fix. This only happens on MacOS and is due to the way we are hiding Scatter when dealing with apps which prevents it from popping back up over every dapp.

Since the new embedded panels run through the normal socket layer it is considered an external call and defaults to normal behavior (as opposed to the internal ones which are triggered in code and have a flag to not minimize).

I'm not actually sure how to solve this yet.