Skip to main content

Search and Top Navigation

#7552 closed bug (fixed)

Opened July 14, 2011 08:33AM UTC

Closed July 19, 2011 11:58AM UTC

Last modified July 19, 2011 12:12PM UTC

A Datepicker created on a detached div has zero height

Reported by: ThiefMaster Owned by:
Priority: minor Milestone: 1.8.15
Component: ui.datepicker Version: 1.8.14
Keywords: Cc:
Blocked by: Blocking:
Description

A Datepicker created on a detached div has zero height in Chrome (apparently also in IE8, but not tested it myself). In Firefox it works fine.

Testcase: http://jsfiddle.net/ThiefMaster/ZM95R/

Related: http://stackoverflow.com/questions/6662113/why-does-a-datepicker-created-on-a-detached-div-have-zero-height-in-chrome

Attachments (0)
Change History (3)

Changed July 19, 2011 11:58AM UTC by Richard D. Worth comment:1

resolution: → fixed
status: newclosed

Datepicker: show inline datepicker setting explicit display:block instead of using .show() in case it is disconnected. Fixed #7552 - A Datepicker created on a detached div has zero height

Changeset: b8af0d1f7505dd5e56319a11bbd14f1e381b36b9

Changed July 19, 2011 12:12PM UTC by Richard D. Worth comment:2

Datepicker: show inline datepicker setting explicit display:block instead of using .show() in case it is disconnected. Fixed #7552 - A Datepicker created on a detached div has zero height

(cherry picked from commit b8af0d1f7505dd5e56319a11bbd14f1e381b36b9)

Changeset: c81bfb9815405cd0a1da41ffbfe97bfc0f4ab11b

Changed July 19, 2011 12:12PM UTC by rdworth comment:3

milestone: 1.91.8.15