Hi Guys
Have just tripped over an issue while testing the latest 2023.1.314 release whereby the TreeList expand/collapse graphics are now rendered using SVGs rather than Font Icons and completely ignore the
kendo.setDefaults('iconType', 'font');
setting.
This undocumented breaking change means we can no longer easily replace the graphics used for expand/collapse via CSS like the following
.k-i-expand:before {
content: "\e11e"; // .k-i-plus
}
.k-i-collapse:before {
content: "\e121"; // .k-i-minus
}
which we use extensively across our site to give a consistent look and feel with other non Kendo UI components.
Therefore I would be most grateful if you could investigate and advise on the following:
a) Are Font Icons now deprecated and we can expect further places where their will be swapped out in favour of SVGs without warning?
b) Is this a regression/bug and the expand/collapse graphics should adhere to the 'icontype' setting and will be fixed in the next release?
Regards
Alan
Have just tripped over an issue while testing the latest 2023.1.314 release whereby the TreeList expand/collapse graphics are now rendered using SVGs rather than Font Icons and completely ignore the
kendo.setDefaults('iconType', 'font');
setting.
This undocumented breaking change means we can no longer easily replace the graphics used for expand/collapse via CSS like the following
.k-i-expand:before {
content: "\e11e"; // .k-i-plus
}
.k-i-collapse:before {
content: "\e121"; // .k-i-minus
}
which we use extensively across our site to give a consistent look and feel with other non Kendo UI components.
Therefore I would be most grateful if you could investigate and advise on the following:
a) Are Font Icons now deprecated and we can expect further places where their will be swapped out in favour of SVGs without warning?
b) Is this a regression/bug and the expand/collapse graphics should adhere to the 'icontype' setting and will be fixed in the next release?
Regards
Alan