[wp-trac] [WordPress Trac] #23956: jQuery UI Datepicker adds empty but visible div at bottom of page
WordPress Trac
noreply at wordpress.org
Sat Apr 6 08:19:52 UTC 2013
#23956: jQuery UI Datepicker adds empty but visible div at bottom of page
-------------------------------+------------------------------
Reporter: julianm | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Appearance | Version: 3.5.1
Severity: normal | Resolution:
Keywords: reporter-feedback |
-------------------------------+------------------------------
Changes (by SergeyBiryukov):
* keywords: 2nd-opinion needs-patch => reporter-feedback
Comment:
jQuery UI styles were updated in [23515] (for #23370).
Specifically,
{{{
.ui-helper-clearfix:after { content: "."; display: block; height: 0;
clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
}}}
was replaced with:
{{{
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after {
clear: both;
}
.ui-helper-clearfix {
min-height: 0; /* support: IE7 */
}
}}}
Could you see if that fixed the issue?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23956#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list