Skip to main content

Search and Top Navigation

#4348 closed bug (fixed)

Opened March 16, 2009 04:57PM UTC

Closed April 10, 2009 10:11AM UTC

Last modified October 17, 2012 04:40AM UTC

datepicker positioned outside body when scrollbar enabled

Reported by: xorax Owned by:
Priority: minor Milestone: 1.8
Component: ui.datepicker Version: 1.7
Keywords: datepicker position Cc:
Blocked by: Blocking:
Description

the detection of windows size is false (including scrollbar). so datepicker is outside content that it should normally be near the border.

Attachments (1)
  • patch.diff (1.8 KB) - added by xorax March 16, 2009 04:58PM UTC.

    replace windows size detection order

Change History (3)

Changed April 08, 2009 01:34AM UTC by scottgonzalez comment:1

milestone: TBD1.8

Changed April 10, 2009 10:11AM UTC by kbwood comment:2

resolution: → fixed
status: newclosed
summary: datepicker positionned ouside body when scrollbar enabledatepicker positioned outside body when scrollbar enabled

Fixed in r2447. After some further testing, document.documentElement.clientWidth/Height is available in all major browsers and reflects the available window size excluding any scroll bars.

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

#5585 is a duplicate of this ticket.