platform icon indicating copy to clipboard operation
platform copied to clipboard

Table display breaks after some updates

Open lexiv0re opened this issue 1 year ago • 3 comments

Summary

Intermittent issue! May be hard to reproduce. But seen several times on different tables.

Steps to reproduce:

  1. Go to products table (qms) where 1 product already exists
  2. Create a new product

Note: similar issue also been seen in tables in the contacts app.

Actual Result

The existed product is not displayed anymore - only the row frame.

Expected Result

Both products are displayed in the table correctly

Note: refresh fixes the issue

lexiv0re avatar Jan 27 '24 08:01 lexiv0re

Zinovyev Alexeydid you check for browser console for any errors?

haiodo avatar Jan 28 '24 08:01 haiodo

I cannot remember for sure. Either I forgot to check or there were no errors in the console.

lexiv0re avatar Jan 29 '24 02:01 lexiv0re

I’ve just managed to reproduce the issue. There are no errors in the browser console. The problem is related to lazy loading, when we add a new row and row index is higher or equal current rows limit, then the row is rendered, but cells in the row are not.

The best way to reproduce is to start from empty table, add first item, and then add second item. After this the table breaks.

aonnikov avatar Jan 29 '24 03:01 aonnikov