HTML5 - 通知不允许标记<select>(组合框)?</select>

时间:2012-01-13 13:20:11

标签: html5 google-chrome webkit notifications web-notifications

我在谷歌浏览器中使用HTML5通知。

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

在我的网页上,我有<select>和几个<option>。但我无法打开选择器(组合框)。你以前试过这个吗?你可以帮帮我吗?

提前谢谢。

2 个答案:

答案 0 :(得分:3)

谷歌Chrome版本17.0.963.56解决了这个问题(我提交了here - 但似乎开发团队很忙......)。

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

感谢Chrome开发团队: - )

答案 1 :(得分:0)

您是否检查过它是否是浏览器缓存问题?

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