1

当我点击我正在处理的项目上的外部链接(即在新窗口中打开的链接)时,新窗口很小......

还有其他人遇到过这个问题吗?

它是 Windows 7 的 Chrome 25.0.1364.97 m。

<a href="#" onclick="window.open('http://youtu.be/uvoZEN-fJoY?hd=1','youtubewindow', 'fullscreen=yes, scrollbars=auto');">

编辑

现在修好了,

找不到因此替换的潜在问题:

'fullscreen=yes, scrollbars=auto'

和:

'fullscreen=yes, scrollbars=yes, width=750, height=750'

4

2 回答 2

0

根本问题在于 Chrome 25。

https://code.google.com/p/chromium/issues/detail?id=178440

于 2013-03-04T02:41:56.620 回答
0

我已经专门为这个问题安装了最新版本的 chrome,但无法重现您的问题。您使用的是哪个版本的 Chrome?什么操作系统?您能否将代码或链接粘贴到问题仍然存在的位置?你是用javascript打开窗口还是target="_blank"?

于 2013-02-27T14:04:12.143 回答