EasyUI Forum

General Category => Bug Report => Topic started by: sectioni on August 15, 2018, 03:56:00 AM



Title: Datagrid row height bug on Edge
Post by: sectioni on August 15, 2018, 03:56:00 AM
Hi,

Try this on Edge please:
https://jsfiddle.net/sectioni/r1vadz5n/28/


Title: Re: Datagrid row height bug on Edge
Post by: stworthy on August 16, 2018, 08:07:08 AM
If you are using jQuery 3.x, please set the '.datagrid-row' as:
Code:
.datagrid-row{
  height: auto;
  min-height: 32px;
}


Title: Re: Datagrid row height bug on Edge
Post by: sectioni on August 19, 2018, 04:13:11 AM
Yes, I am using Jquery 3.

It's close but not quite..

If you look on Edge, and scroll down you will see that the row number cells don't align perfectly.
And there is also a difference now in the row padding between Chrome and Edge.

https://jsfiddle.net/r1vadz5n/34/


Title: Re: Datagrid row height bug on Edge
Post by: stworthy on August 20, 2018, 06:50:25 PM
Please try to update to a newer version.


Title: Re: Datagrid row height bug on Edge
Post by: sectioni on August 21, 2018, 01:37:58 AM
Then I will need you to resend us the source code for the latest patch update, because we made some patches of our own the we always need to reintegrate after an update.