For feature requests, please see: http://www.mattermost.org/feature-requests/.
Summary
I am trying to open a new window in windows desktop application through the Developer Tools but it seems to return a BroserWindowProxy object rather than opening a new window.
Steps to reproduce
open the Developer Tool for windows application and type the following in console:
window.open('','_blank','height:200,width:200')
Expected behavior
Ideally it should open a new blank window as I have not provided any URL. It is not working even if I provide a url in window.open() method.
Observed behavior
It return a BrowserWindowProxy object.
Please let me know if I am missing something or it should be done any other way.
Thanks