studio icon indicating copy to clipboard operation
studio copied to clipboard

[dashboard] The tabulator widget automatically clear the selected rows

Open dong-king opened this issue 6 months ago • 1 comments

Describe the bug In the TableEditor example, when a row is selected, the background is highlighted. But the selected row was quickly cleared again.

To Reproduce Steps to reproduce the behavior:

  1. run TableEditor project, the Selected profile info is invisible image

  2. select a row, the background is highlighted, and the Selected profile info is visible. image

  3. After the Selected profile information is visible, the selected row will be cleared soon. image

  4. Only when the Selected profile information changes from invisible to visible for the first time, the tabulator widget will automatically clear the selected rows. Then click the tabulator widget, and the UI display logic of tablator widget will be normal.

Expected behavior Changing the widgets of the current page from invisible to visible should not cause the tabulator to be redrawn.

Desktop (please complete the following information):

  • OS: win10
  • Version eez-studio v0.14.2

dong-king avatar Aug 13 '24 09:08 dong-king