#4348 closed bug (fixed)
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 (4)
Changed 15 years ago by
Attachment: | patch.diff added |
---|
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.8 |
---|
comment:2 Changed 14 years ago by
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.
Note: See
TracTickets for help on using
tickets.
replace windows size detection order