#23158 closed defect (bug) (invalid)
jQuery UI Slider enqueue in admin breaks admin button styles
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 3.5 |
| Component: | Administration | Keywords: | |
| Focuses: | ui | Cc: |
Description
I has a problem when i integrate jQuery UI slider in admin scripts
wp_enqueue_script('jquery-ui-slider');
script makes buttons .button styles disabled
Change History (3)
Note: See
TracTickets for help on using
tickets.
Could not reproduce.
.buttonstyles 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' );