ignite-ui icon indicating copy to clipboard operation
ignite-ui copied to clipboard

jQuery UI controls are not styled properly with jQuery UI 1.12.1

Open tiliev opened this issue 7 years ago • 1 comments

Description

jQuery UI controls styles are broken with jQuery UI 1.12.1.

Steps to reproduce

  1. Open https://jsfiddle.net/qpr68e2h/1/ and observe the style of the jQuery UI button control.
  2. Change jQuery UI version from 1.12.1 to 1.11.4
  3. 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.

tiliev avatar May 15 '18 08:05 tiliev

The markup is changed in the new version, also there are two missing classes from the button.

  1. The missing classes from the button are: "ui-state-default" and "ui-button-text-only".
  2. Missing span inside the button

desig9stein avatar Sep 11 '18 08:09 desig9stein