Skip to main content

Search and Top Navigation

#4948 closed bug (wontfix)

Opened November 09, 2009 07:59PM UTC

Closed November 10, 2009 02:29AM UTC

Last modified October 11, 2012 09:15PM UTC

Datepicker does not work in FF & Safari with "body { overflow:scroll }"

Reported by: Ghommey Owned by:
Priority: minor Milestone:
Component: ui.datepicker Version: 1.7.2
Keywords: overflow Cc: jquery_bug@rcpt.at
Blocked by: Blocking:
Description

A vertical CSS scrollbar causes a bug ( seems to be a dimension problem )

This bug can easily be reproduced by copying the sample code of jqueryUI and adding 2 lines css declarations:

 body { overflow:scroll }
 #datepicker{ position:absolute; right:1px }

The result is here: http://jsbin.com/obami/ (Click at the textbox located on the right side)

The right part of the calendar is not clickable as it is out of the window and using the x-axis scrollbar hides the calendar.

Bug can be seen using on Mac OS X with Firefox 3.5, Safari 4.0, Opera 9.2

and with Windows using Firefox 3.5

Internet Explorer does not cause this bug ( probably because the vertical scroll bar is always shown )

Attachments (0)
Change History (2)

Changed November 10, 2009 02:29AM UTC by scottgonzalez comment:1

resolution: → wontfix
status: newclosed

We don't support pages that modify how the body is displayed.

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

milestone: TBD

Milestone TBD deleted