DatePicker Doesn't Position Correctly
I have two datepickers on a window which don't position as they should. The window is a popup dialog, and all its content is visible, i.e., there are no scrollbars. The textboxes associated with the datepickers are near the bottom. The datepickers should appear above the textboxes, but instead they show beneath them and go beyond the bottom border of the window, so that they are partly unreachable. On other windows in the project they behave as they should. I'm using jQuery 1.4.2 and UI 1.8.2.
I'm using showOn: 'button' and buttonImageOnly: true. Another odd thing is that when the window first renders, the button images are beneath the textboxes. Once I click on one of them, they both relocate to the right sides of the textboxes.
Can someone please speculate on why this would be happening, and what I can do about it?