-
Notifications
You must be signed in to change notification settings - Fork 975
Modal save dialog causing lockup on macOS #3313
Comments
@jas88 I tried your steps and am unable to reproduce. Can you confirm I followed them right?
Did you have to do anything while the window was backgrounded? or was it backgrounded for a while? How did you try to do the download? |
Hi Brian - you’re missing the step before switching away: start something downloading, so the Save As dialog appears on the tab, then switch away (with the Save dialog still active, i.e. not having picked a filename yet). The presence of that modal dialog seems to break something when multiple tabs were present. James. |
Hi Brian, Presumably Brave should act in the same was as Safari and Chrome in this respect, shouldn't it? (I could understand if cmd-tab didn't work at all for full-screen applications - but it works fine for everything except Brave, and works fine for Brave too except when there's a dialog.) |
I was also able to reproduce the problem with Brave 0.12.3 on macOS 10.12.
|
@liunkae are you able to reproduce on our latest version? |
@bsclifton Yes, it's still reproducible on both 0.13.5 and master. I tested the behavior of Safari and Firefox. They both bring the full screen window into focus on step 5 (above). Brave does not focus the window, even if you click the Brave dock icon. |
Moving to |
Verified that the above issue has been fixed on
|
Test plan
#11906 (comment)
Did you search for similar issues before submitting this one?
Yes.
Describe the issue you encountered:
Switching tasks on OS X with save dialog open in a multi-tab window renders that window unavailable.
Expected behavior:
Window should remain accessible so operation can be completed or cancelled and session can be used (as does happen if only a single tab was open in that window).
OS X 'El Capitan' (10.11.6)
0.11.5 (update channel: dev; checked for updates before replicating, no updates currently available)
3.Switch back. Brave no longer operational. (Can be selected from command-tab list, but no longer shows the affected window; most menu items disabled, presumably because the no-longer-visible save dialog is still waiting for input it will never get.) Rough guess: modal message pump swallowing activation event so the main window never activates; some interaction with the tab/window association so this is multi-tab specific.
The text was updated successfully, but these errors were encountered: