tel8618217223380/jquery-utils

closeOnEscape bug in IE7

Closed this issue · 1 comments

What steps will reproduce the problem?
1. I create modal dialog
   $('#dialog').dialog(modal:true, closeOnEscape:true, etc.)
2. From 1st modal dialog, I create 2nd modal dialog
   $('#subdialog').dialog(modal:true, closeOnEscape:true, etc.)

What is the expected output? What do you see instead?
When I pressed ESC, closed 1st dialog, not 2nd

What version of the product are you using? On what operating system?
I use WinXP, IE7, jquery-1.3.2, jquery-utils-0.8.0

Original issue reported on code.google.com by AZevakin@gmail.com on 9 Apr 2009 at 6:29

The dialog widget is part of the jQuery UI package.. not jQuery Utils. I can't 
help
you there sorry.

You might want to report the bug directly to them;

http://dev.jqueryui.com/newticket

Thanks

Original comment by hainea...@gmail.com on 9 Apr 2009 at 2:26

  • Changed state: Invalid