telerik / kendo-angular

Issue tracker - Kendo UI for Angular
http://www.telerik.com/kendo-angular-ui/
Other
467 stars 217 forks source link

[TabStrip] "Failed to execute 'setAttribute'" error in logs #4251

Closed akonit closed 6 months ago

akonit commented 6 months ago

Describe the bug

A strange error in logs when using kendo-tabstrip component:

Error: Failed to execute 'setAttribute' on 'Element': 'aria-disabled]' is not a valid attribute name.

To Reproduce

Create any kendo-tabstrip-tab and check console logs.

https://stackblitz.com/edit/angular-gxdcsm - stackblitz example. Please check its console log to find this error

kendo angular tabstrip error

Expected behavior

This error should not be present in logs.

Describe the bug

Package versions:

angular 17.3.0
kendo-angular 15.2.0
slavenai commented 6 months ago

Fixed in v15.3.0 of kendo-angular-layout package.

jbennie commented 6 months ago

https://github.com/telerik/kendo-react/issues/1988#issuecomment-2009022405