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 Sep 6, 2021. It is now read-only.
Run window.open("about:blank") in Brackets (either run in dev tools console, or write an extension that does this)
Result: Window is invisible. It is minimal size (just big enough to show a small titlebar with no body), and positioned offscreen just past the lower-right corner of the monitor.
Expected: window opens at some default size, somewhere on screen.
This is a regression due to adobe/brackets-shell#472. If any extensions rely on it, we definitely need to fix this before next release. CC @JeffryBooher
The text was updated successfully, but these errors were encountered:
window.open("about:blank")
in Brackets (either run in dev tools console, or write an extension that does this)Result: Window is invisible. It is minimal size (just big enough to show a small titlebar with no body), and positioned offscreen just past the lower-right corner of the monitor.
Expected: window opens at some default size, somewhere on screen.
This is a regression due to adobe/brackets-shell#472. If any extensions rely on it, we definitely need to fix this before next release. CC @JeffryBooher
The text was updated successfully, but these errors were encountered: