HTML5 - 通知不允许标记
我在 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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 :-)
你检查一下是不是浏览器缓存的问题?
因为在此页面中描述了您的问题,但它已解决就像你一样。
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.