#23158 closed defect (bug) (invalid)
jQuery UI Slider enqueue in admin breaks admin button styles
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 3.5 |
| Severity: | normal | Keywords: | ui-focus |
| 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)
comment:1
SergeyBiryukov — 5 months ago
- Component changed from UI to Administration
- Keywords ui-focus reporter-feedback added; needs-ui needs-patch ui-feedback removed
comment:2
tigusigalpa — 4 months ago
- Resolution set to worksforme
- Status changed from new to closed
sorry, really, jquery-ui.toggleSwitch script error..
comment:3
SergeyBiryukov — 4 months ago
- Keywords reporter-feedback removed
- Milestone Awaiting Review deleted
- Resolution changed from worksforme to invalid
Note: See
TracTickets for help on using
tickets.

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' );