Modal window not modal in chrome
I open a modal window with javascript as follows:
window.showModalDialog('<%=Url.Action("Index","Bank") %>', "Ratting", 'width=550,height=170,left=150,top=200,toolbar=1,status=1,') and it works correctly in all browsers except for chrome (this is not modal)
I want to know if this is a bug or function? or maybe I'm doing something wrong
+4
1 answer
it looks like google doesn't care: http://www.google.com/support/forum/p/Chrome/thread?tid=184e7414aecbd346&hl=en
+4