在 UpdatePanel 内时,Ajax 控制工具包日历不会在 IE8 中显示

发布于 2024-08-11 05:39:53 字数 108 浏览 1 评论 0原文

我有这个问题。当日历扩展器位于 UpdatePanel 外部时,它在 IE8 上完美运行,但是,当日历扩展器位于 UpdatePanel 内部时,它不会显示。有人遇到这个问题吗?

谢谢。

I'm having this problem. When the calendar extender is outside an UpdatePanel, it works perfectly on IE8, however, when inside it, it doesn't show. Anybody having this issue?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

早茶月光 2024-08-18 05:39:53

这可能听起来很疯狂,但我遇到了同样的问题,并通过从图像(打开日历)中删除 TabIndex 来修复它。 IE8 不喜欢图像上有 TabIndex。

我的日历现在可以在更新面板中打开:)

希望这有帮助!

This might sound crazy, but I had the same issue, and fixed it by removing the TabIndex from the image (that opens the calendar). IE8 doesn't like it when you have a TabIndex on the image.

My calendar opens up inside the update panel ok now :)

Hope this helps!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文