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)
Change History (3)
Changed April 08, 2009 01:34AM UTC by comment:1
milestone: | TBD → 1.8 |
---|
Changed April 10, 2009 10:11AM UTC by comment:2
resolution: | → fixed |
---|---|
status: | new → closed |
summary: | datepicker positionned ouside body when scrollbar enable → datepicker 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.