HTML5 - notification does not allow tag <select> (combobox)?

不问归期 提交于 2019-12-24 10:24:00

问题


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.


回答1:


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 :-)




回答2:


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.



来源:https://stackoverflow.com/questions/8851220/html5-notification-does-not-allow-tag-select-combobox

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!