Skip to main content

Search and Top Navigation

#4886 closed bug (duplicate)

Opened September 30, 2009 12:25PM UTC

Closed January 25, 2010 04:59AM UTC

Datepicker div

Reported by: Quaternion Owned by:
Priority: trivial Milestone: 1.8
Component: ui.datepicker Version: 1.8a1
Keywords: datepicker Cc:
Blocked by: Blocking:
Description

After initialize, datepicker create and append to body <div> element.

datepicker.js line 109:

this.dpDiv = $('<div id="' + this._mainDivId + '" class="ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all ui-helper-hidden-accessible"></div>');

This div is not hidden, which leads to the appearance of scrolling in the body.

Attachments (0)
Change History (2)

Changed November 10, 2009 03:56AM UTC by scottgonzalez comment:1

milestone: → 1.8

Changed January 25, 2010 04:59AM UTC by kbwood comment:2

resolution: → duplicate
status: newclosed

Duplicate of #4111.