avoid reopening of the datepicker in IE after $(this).datepicker("setDate", myDate);

avoid reopening of the datepicker in IE after $(this).datepicker("setDate", myDate);

Hello,

I seem to only have this problem in IE (7) -
when I run following code:
  1. $(this).datepicker("setDate", myDate);
IE seems to always re-show the datepicker UI, which is not as expected... In FF, safari, and CHrome, no problem at all.
Any clues as to avoid this behavior would be awesome.

cheers,

Greg