Shelley Vohr
Shelley Vohr
Thanks for reporting this and helping to make Electron better! Because of time constraints, triaging code with third-party dependencies is usually not feasible for a small team like Electron's. Would...
@mwcampbell fwiw your issue will get addressed 99999999x faster if you open a CL with your proposed change - i can also try to do it if you don't have...
Bisected to https://github.com/electron/electron/compare/v18.0.0-alpha.5...v18.0.0-beta.1 - most likely 68c541380ecf4a8e67d23fab9bb0fa66cf700289
There are third-party implementations available for now, and as this hasn't been active in quite some time and isn't within our immediate bandwidth i'm going to go ahead and close...
@akashnimare ok! if many are broken we can definitely revisit what might be the best path forward for this :) i'll re-open in the meantime.
Looks like they tried to fix this: https://bugs.chromium.org/p/angleproject/issues/detail?id=5253 but it seems now WebCore has the one they changed it to? Not sure 🤔
Feel free to follow https://bugs.chromium.org/p/angleproject/issues/detail?id=7123. That is where upstream progress is being tracked.
There are over 1000 issues on this repository, so we cannot make promises with regard to when we'll be able to spend time on this. However, it is important to...
@Prinzhorn it looks like this is a function of a new-ish Gnome focus-stealing prevention behavior; it happens when a notification pops at the top saying "app_name is ready". I'll try...
@Prinzhorn you're right - it happened after https://github.com/electron/electron/pull/19159 because the transient window isn't being set properly anymore. I'm looking into it :)