Since last Chrome update version 58 we have visual bugs in ours RadWindow. We found out that it was because of that css class :
html:first-child .RadWindow ul {
float: right;
border: 1px solid transparent;
}
It is automatically included in the Telerik.Web.UI.WebResource.axd comming from Telerik.Web.UI.Skins.Window.css. We first tough that it was a Chrome bug, but after investigating a little bit more, we realized that chrome was proccessing that css class like it is supposed to. We also found out that firefox is also processing that class the same way as Chrome do. Is there a way to remove that css?
thanks