IE 8 1.4.2 event binding problem (draggable, resizable, not working)

IE 8 1.4.2 event binding problem (draggable, resizable, not working)

Hi I am using XINHA editor with IE 8 and jquery 1.4.2 - all works well in all other browsers except IE (1.3.2) works fine in IE (however I'd like to use 1.4.2 because it's a big improvement in speed)

example code is: 

 var data_dialog = document.createElement('div');
data_dialog.id='data_dialog';
   $(data_dialog).dialog({
       autoOpen: false,
       width: 500,
       height: 450,
resizable:'false',
       buttons: { "Close": function() { $(this).dialog('close'); } }
   });

as well as a jstree control.. with dialog.open later.

When I remove Xinha library it works fine. Not sure how to identify the conflict and was hoping for some help??

1.3.2 works great though just a bit slow.



thanks again!