Opened 12 years ago
Closed 11 years ago
#23956 closed defect (bug) (invalid)
jQuery UI Datepicker adds empty but visible div at bottom of page
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.5.1 |
Component: | Customize | Keywords: | reporter-feedback |
Focuses: | Cc: |
Description
This bug seems to be related to the this jQuery UI bug, which has been fixed, but the following WordPress stylesheet seems to be making the bug re-appear:
wp-includes/css/jquery-ui-dialog.min.css
As far as I can tell, removing the following rule seems to fix it:
.ui-helper-clearfix:after { content:"."; }
Change History (3)
Note: See
TracTickets for help on using
tickets.
jQuery UI styles were updated in [23515] (for #23370).
Specifically,
was replaced with:
Could you see if that fixed the issue?