AnitaTang / js-hotkeys

Automatically exported from code.google.com/p/js-hotkeys
0 stars 0 forks source link

"Too much recursion" in firefox with jQuery UI Dialog #79

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Include jQuery 1.3.2, Hotkeys 0.7.9, jQuery UI 1.7.2 on a page. 
2. Open a jQuery UI dialog with modal=true
3. Try to close the dialog (click close or hit ESC key)

What is the expected output? 

The dialog should close normally.

What do you see instead?

In FF 3.6, it hangs for a few seconds and then I get a "too much recursion" 
error somewhere in the bowels of the jQuery events method.

In IE 8, it hangs for a few seconds and then I get a pop-up error "Out of 
memory"

What version of the product are you using? On what operating system?

jQuery 1.3.2, hotkeys 0.7.9(min), jQuery UI 1.7.2

Please provide any additional information below.

Even if you don't bind any keys with hotkeys, the mere fact of including 
the hotkeys JS file on your page and trying to open a jQuery UI dialog with 
modal option set to true will expose the issue.

Original issue reported on code.google.com by chad.myers on 26 Mar 2010 at 2:55