When using window.open with below given code
window.open("http://dev.modern.ie/community/","_blank","height=300,width=500,scrollbars=yes,location=yes");
there are some issues as follow:
1. The new window's minimize button, maximize button, close button cannot work.
2. There is no scroll bar in the new window.
3. The location bar cannot be displayed completely.
After pressing win+D
(minimizing
all windows), and opening only the new window, the above mentioned buttons (Minimize, Maximize, Close) were working, the scroll bar and location bar can be displayed as well.