Completed
Last Updated: 26 Jun 2019 14:23 by ADMIN
Nathaniel
Created on: 23 Apr 2019 21:23
Category: KendoReact
Type: Bug Report
0
DialogActionBar Flex not Working in IE11

When using the DialogActionBar, its flex CSS property is flex:1 0 0.  For some reason, this is not a valid value in IE11, and I need to specify the flex values explicitly:

.k-dialog-button-layout-stretched .k-button {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0px;
}

Can this be added to the original stylesheet so it works out of the box?

1 comment
ADMIN
Stefan
Posted on: 24 Apr 2019 07:29
Hello, Nathaniel,

Thank you for reporting this.

I have logged directly inside the themes, so it can be fixed for all Kendo Themes:

https://github.com/telerik/kendo-themes/issues/706

Additionally, I have added Telerik points for bringing this to our attention.

Regards,
Stefan
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items