1

After the update, google chrome (ver:77) from (ver:76) expanded row not working as expected. Before update google chrome expanded row of 'angular-UI-grid' was working properly, However, It's working fine in other browsers like Mozilla Firefox and Microsoft Edge and also working in older Version(76.0.3809.132) of chrome.

Before the update, google chrome expanded row open with proper space and expand, other row showing after expanded area. enter image description here

After the update, google chrome expanded row open to overlay other rows. enter image description here

4
  • Please make a code snippet that reproduces your problem. Or at least share the css styles applied to the element that is causing the problem. Otherwise, how could we help you ? Commented Sep 26, 2019 at 7:33
  • I assume it's a css bug, not js. Maybe a missing clear-tag inside the row or wrong display/position-attribute. Can you share the css and html? Commented Sep 26, 2019 at 7:37
  • I am only using 'angular UI grid' library CSS and nothing change in CSS recently. Because of my deployed code is not changed. and if I check my deployed code in my laptop with newly updated chrome (V-77) it's showing a distorted view of grid and if I am using the same machine with other versions of google chrome (v-76) it works. Commented Sep 26, 2019 at 13:54
  • with adding some css it's get fixed for me .ui-grid-row { clear: both; } Commented Sep 26, 2019 at 13:55

1 Answer 1

2

Updating the css for class .ui-grid-row {clear : both} worked up for me

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.