ignite-ui
ignite-ui copied to clipboard
jQuery UI controls are not styled properly with jQuery UI 1.12.1
Description
jQuery UI controls styles are broken with jQuery UI 1.12.1.
Steps to reproduce
- Open https://jsfiddle.net/qpr68e2h/1/ and observe the style of the jQuery UI button control.
- Change jQuery UI version from 1.12.1 to 1.11.4
- The button looks correct
Expected result
1.12.1 styles should be the same as in 1.11.4
Additional comments
It's been reported this issue affects jQuery UI accordion styles as well.
The markup is changed in the new version, also there are two missing classes from the button.
- The missing classes from the button are: "ui-state-default" and "ui-button-text-only".
- Missing span inside the button