[jQuery] Element level blockUI kills IE6

[jQuery] Element level blockUI kills IE6


Hi,
I'm relatively new to jQuery and therefore the blockUI plugin. But,
I've tested this to the point I'm confident the problem is element
level blockUI. Result of using it on a table argument is my entire IE
6 process is killed, to the point I get the "Send Error To Microsoft"
dialog.
There is no problem in IE 7 with which I developed the app, QA picked
it up. Works fine when I replace $('#newTargetsTable').block(); with
$.blockUI(); The unblock command is not a problem at the element
level. I block, then use $.ajax with the unblock in the complete
handler.
This is an app running on some linux based network gear, not something
I can give access too. Just looking for any knowledge of Element
level blocking problems.
As soon as I figured out it was the blockUI call, I checked for
updates. The problem happens in both 1.3.3 and the brand spanky new
2.0.
Thanks,
Chuck