문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top