HTML5 - 通知不允许标记

发布于 2024-12-26 10:13:34 字数 281 浏览 5 评论 0原文

我在 Google Chrome 中使用 HTML5 通知。

var notification = webkitNotifications.createHTMLNotification("page.html")
notification.show()

在我的页面上,我有

先感谢您。

I use HTML5 notification in Google Chrome.

var notification = webkitNotifications.createHTMLNotification("page.html")
notification.show()

On my page, I have <select> and several <option>'s. But I can not open up the selector (combobox). Have you tried this before? Could you please help me out of this?

Thank you in advance.

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

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

发布评论

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

评论(2

花之痕靓丽 2025-01-02 10:13:34

Google Chrome 版本 17.0.963.56 修复了此问题(我在此处提交 - 但开发团队似乎很忙......)。

您甚至可以在通知窗口中使用弹出菜单 - 这在 Chrome 16.x 中是无法实现的。

感谢 Chrome 开发团队:-)

Google Chrome version 17.0.963.56 fixed this issue (I filed here - but it seems dev team were busy...).

You can even use popup menu in notification window - which was unable in Chrome 16.x.

Thanks Chrome dev team :-)

陪你搞怪i 2025-01-02 10:13:34

你检查一下是不是浏览器缓存的问题?

因为在页面中描述了您的问题,但它已解决就像你一样。

Have you checked if it is a browser caching problem?

Because in this page is described your problem, but it was solved like you did.

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