Skip to main content

Search and Top Navigation

#4002 closed bug (duplicate)

Opened January 30, 2009 01:44PM UTC

Closed January 31, 2009 10:17AM UTC

ui.datepicker incorrectly positioned when form element offscreen

Reported by: mark_story Owned by:
Priority: minor Milestone: 1.7
Component: ui.datepicker Version: 1.6rc5
Keywords: datepicker, position Cc:
Blocked by: Blocking:
Description

I'm having an issue where datepicker boxes are incorrectly placed when the form element the datepicker is attached to is offscreen. I've included a simple HTML file which shows the issue, tested in ff3, and safari. The datepicker is placed too high on the page and not directly above/below the form. I've tracked the issue down to _checkOffset(), it looks like the viewHeight is not taking into account scrollOffset but you know the code better.

Attachments (1)
  • test.html (0.7 KB) - added by mark_story January 30, 2009 01:44PM UTC.

    Reduction of bug.

Change History (1)

Changed January 31, 2009 10:17AM UTC by caphun comment:1

resolution: → duplicate
status: newclosed

This is a duplicate of #3863