id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
5365	ESC key problem	fredericomf		"When i created two modal dialogs using UI the second dialog don't listen the ESC key event.

This is the structure of modal dialogs:


{{{
<div id=""modal01"">
  Some Text
  <a id=""showSecondDialog"">NEW</a>
  <div id=""modal02"">
    Some Text
  </div>
</div>
}}}

Both dialogs has option: autoOpen: false.

The trigger to show the second dialog is a button inside a first dialog.

Pressing ESC key the first dialog is closed and the second don't close.


"	bug	closed	major	1.9.0	ui.dialog	1.8rc3	duplicate				
