You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
Operation System: OS X 10.13
Beaker version: 0.8.0-p5
If you have a websites devtools/inspector open (cmd+alt+j) you should be able to close it via cmd+w, or pressing cmd+alt+j again. It looks like Brave Browser has a similar issue and its not straightforward. brave/browser-laptop#45
The text was updated successfully, but these errors were encountered:
Could I take this? Been doing some initial investigation, although I can't quite figure out how to print to stdout (or to any console) to aid me in debugging.
It seems as if when invoking menu options such as "Close window" when the DevTools window is focused, the application thinks there are no open windows as the "New Tab" command causes it to open a new window (as if it was the first tab to be opened by the browser).
I also wrote code that would result in an exception to test something out and the exception happens only when the DevTools window is not focused, further proving that the menu is indeed being handled differently depending on what is focused.
Does anybody know where is the code that handles those cases in which the DevTools window is focused as opposed to the browser itself?
i couldn't find a way to programmatically ask whether the devtools is focused or not. There are events to tell when devtools are opened/closed/focused but its unclear how well the focused/blurred events work
Operation System: OS X 10.13
Beaker version: 0.8.0-p5
If you have a websites devtools/inspector open (cmd+alt+j) you should be able to close it via cmd+w, or pressing cmd+alt+j again. It looks like Brave Browser has a similar issue and its not straightforward. brave/browser-laptop#45
The text was updated successfully, but these errors were encountered: