Search and Top Navigation
#4691 closed bug (fixed)
Opened July 16, 2009 03:08PM UTC
Closed July 22, 2009 08:40AM UTC
Last modified October 17, 2012 04:17AM UTC
The datepicker positioning is off if the window has almost the same height as the calendar div.
Reported by: | endorielle | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.datepicker | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have a page displayed in an iframe. The page contains an input which has attached a datepicker. The height of the iframe is 170px and the height of the datepicker div is 154 px so it could actually fit in the available space but it is displayed somewhere to the top of the iframe with the header part cut off. (The _checkOffset method returns -31)
Attachments (1)
Change History (5)
Changed July 21, 2009 05:07AM UTC by comment:1
Changed July 21, 2009 07:40AM UTC by comment:2
I've uploaded a basic example. The bug reproduces with the provided file on both Firefox 3 and IE 8.
Changed July 22, 2009 08:40AM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in r2958. Ensured that the position has a minimum value of 0,0.
Changed October 11, 2012 09:15PM UTC by comment:4
milestone: | TBD |
---|
Milestone TBD deleted
I can't replicate this situation. Can you post the code for your page?