bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

"Column is not currently visible" warning in sheet editor #1004

Open mikkonie opened 3 years ago

mikkonie commented 3 years ago

I'm getting this from ensureColumnVisible() in handleRowInsert() here:

if (!assayMode) gridApi.ensureColumnVisible('col2') // Scroll to column
else gridApi.ensureColumnVisible(this.sampleColId)

I haven't changed anything in this bit of code in a while, so I'm guessing this stems from the latest ag-grid update I did as a part of #991.

It doesn't affect functionality so this is low priority.

mikkonie commented 3 years ago

I have not encountered this in a long time. Probably caused by a temporary issue in AgGrid or some fluke in my dev environment.

Removing the milestone, but keeping this as "ongoing" in case it occurs again. If I don't see for a month or two, will close.