简体   繁体   English

JavaScript警报框隐藏在弹出窗口中

[英]Javascript alert box is hidden inside popup window

Hidden alert box 隐藏的警报框

OS : Windows 7 32-bit 操作系统:Windows 7 32-bit
Browser : Google Chrome 53.0.2785.116 m 浏览器:Google Chrome 53.0.2785.116 m

Like the attached screenshot, 就像所附的屏幕截图一样,
alert box's overflowed area is hidden inside popup window. 警报框的溢出区域隐藏在弹出窗口内。
It happens only in Chrome 32-bit. 它仅在32位Chrome中发生。

Anyone had this kind of issue? 有人遇到过这种问题吗?

That's normal behaviour for Chrome. 这是Chrome的正常行为。

Given that internally the dialog is also just composed of HTML and CSS (pretty much everything UI related in Chrome is), it doesn't come as a surprise that the window's content won't overflow the window. 鉴于该对话框在内部也仅由HTML和CSS组成(Chrome中与UI相关的几乎所有内容),因此窗口的内容不会溢出该窗口也就不足为奇了。 It's no native OS dialog or similar. 它不是本机OS对话框或类似对话框。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM