边缘浏览器window.open()大小

时间:2018-06-14 04:37:42

标签: javascript internet-explorer microsoft-edge window.open

enter image description here Edge浏览器和IE浏览器的大小不匹配。

<script>
        window.open("http://bing.com","test","width=230,height=265");
</script>

Chrome和Firefox都很好。

1 个答案:

答案 0 :(得分:0)

这是设计。

Microsoft Edge中的最小窗口宽度为320px。 Chrome的最小宽度为250像素。

此处记录了一个问题:https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/7887520/

如果获得批准,这将是一个错误,并将在即将推出的版本中修复。