I'm currently working with jQuery 1.4.2 and jQuery UI 1.8.2.
I'm experiencing some weird behavior after I have closed a modal dialog. When I try to reload the page with Ctrl+F5 nothing happens. Another weird thing is that the context menu of Firefox can only be opened with right clicking twice.
The Firebug console is showing me the following message when I press the Ctrl key: The ‘charCode’ property of a keydown-event should not be used. The value is meaningless.
Demo page: http://testing.allinonesoftware.com/jquery/index.php
Luke