IE 不打印禁用单选按钮的选择
我有一组全部禁用的单选按钮,并且选择了其中一个。在 IE8 中,当我打印网页时,所选的单选按钮未显示为选中状态。不过,这在 FireFox 中运行良好。
有什么想法吗?
I have a set of radio buttons that are all disabled, and one of them is selected. In IE8, when I print the web page, the selected radio button is not showing as selected. However, this works fine in FireFox.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,我们有一些 JavaScript 在页面加载后操纵单选按钮,这导致了问题。不过,我发现有趣的是这个问题只出现在打印模式下。
As it turns out, we had some javascript that was manipulating the radio buttons after page load, and that was causing the issue. I find it interesting that the issue only manifested in print mode, though.