-
Notifications
You must be signed in to change notification settings - Fork 975
Revert "Exit full screen on tab close" (fixes #2618) #2631
Conversation
This reverts commit 8cded9c.
I think there is a bug relating to html5 video full screen. Could you try your patch with that too? |
You're still tweaking this one right? |
I haven't had a chance to take a second look yet, no. I will need to get more familiar with the code to make an actual change, this is just a revert of your original commit for #2404. |
I couldn't figure out how to do this from inside edit: reset to 1001033 and reimplemented via |
c2f4c26
to
0af85e5
Compare
This is a good idea but it's only working about half the time for me (race condition). |
Note also that if it is not full screen to call the callback right away. |
Ah, makes sense, didn't realize there were actions with access to the current |
0af85e5
to
9e5a10e
Compare
…Screen, via webActions Fixes brave#2404 without compromising brave#2618.
Updated. Seems to work as well. Removed from Composed action in windowActions.js's [--- Commented from Asana.com |
Excellent, thanks for working through this! |
Sorry, better PR. Found others that were based against
dev-channel
, that seems to be the right target.Fixes #2618 by reverting commit 8cded9c.