[wp-trac] [WordPress Trac] #23158: jQuery UI Slider enqueue in admin breaks admin button styles
WordPress Trac
noreply at wordpress.org
Wed Jan 9 20:40:41 UTC 2013
#23158: jQuery UI Slider enqueue in admin breaks admin button styles
----------------------------------------+------------------------------
Reporter: tigusigalpa | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 3.5
Severity: normal | Resolution:
Keywords: ui-focus reporter-feedback |
----------------------------------------+------------------------------
Changes (by SergeyBiryukov):
* keywords: needs-ui needs-patch ui-feedback => ui-focus reporter-feedback
* component: UI => Administration
Comment:
Could not reproduce. `.button` styles look exactly the same with and
without this code:
{{{
function test_23158() {
wp_enqueue_script( 'jquery-ui-slider' );
}
add_action( 'admin_enqueue_scripts', 'test_23158' );
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23158#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list