#23158 closed defect (bug) (invalid)
jQuery UI Slider enqueue in admin breaks admin button styles
| Reported by: | tigusigalpa | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 3.5 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | ui |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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' );