Skip to main content

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)
  • example.html (0.2 KB) - added by endorielle July 21, 2009 07:38AM UTC.
Change History (5)

Changed July 21, 2009 05:07AM UTC by kbwood comment:1

I can't replicate this situation. Can you post the code for your page?

Changed July 21, 2009 07:40AM UTC by endorielle 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 kbwood comment:3

resolution: → fixed
status: newclosed

Fixed in r2958. Ensured that the position has a minimum value of 0,0.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:4

milestone: TBD

Milestone TBD deleted

Changed October 17, 2012 04:17AM UTC by mikesherov comment:5

#4848 is a duplicate of this ticket.