UI Datepicker bug: window resizing

UI Datepicker bug: window resizing


I searched and didn't find anything on this, so hopefully it hasn't
been brought up before.
If you open the date picker and then resize your window, the calendar
stays where it was first opened and doesn't move with the input
field. For fixed width sites this just moves it horizontally, but for
a fluid site it moves vertically as well.
I am still looking into it but thought I would mention it here for
people smarter then me to maybe fix faster. I would guess that the
positioning needs to be re-calculated onresize, but the positioning
part of the _showDatePicker function would need to be separated out to
be called more easily.
Thanks,
Aaron