Dialog lose mouse tracking when resizing

Dialog lose mouse tracking when resizing

Hi everybody.

I have a problem when resizing a jquery ui dialog which was created with a setup like this:

  1. $('<div><iframe/></div>').dialog();

the problem is, if I start resizing the newly created dialog, and the cursor moves inside the iframe in the dialog itself, it seems to lose mouse tracking and so it stops the resizing, immediately restarting as soon as the cursor is outside the frame.

you can check it out here: http://jsfiddle.net/Lmbjj/

I have been able to verify such behaviour in Firefox 3.6.12, chrome 7 and IE8.