Weird behavior of citation key column
When I try to adjust column width of citation key (generated by better bibtex), it behaves weirdly (see video here: https://drive.google.com/file/d/1fbhxtpvJbCZEnG49jMhwXmLhD7-0X7X6/view?usp=sharing). It's quite similar to the issue here (https://forums.zotero.org/discussion/97077/problem-with-column-width-adjustment#latest), but my issue is only for the citation key column. Did I do something wrong?
FYI, it's on MacOS, Zotero version is 7.0.13, and Better Bibtex version is 7.0.5.
FYI, it's on MacOS, Zotero version is 7.0.13, and Better Bibtex version is 7.0.5.
-
emilianoeheynsThe problem seems to appear when anyone (BBT or otherwise) calls Zotero.ItemTreeManager.refreshColumns(), it's just that I seem to be the only plugin calling it. If BBT is not installed, and that method is called, the problem appears (see discussion 97077), so it seems straightforward to me that this is not a BBT bug but a Zotero bug. If BBT does not call that method when citation keys update, the old citation keys are displayed until the columns are refreshed. If I remove that call from BBT, the problem goes away, but then I get bugs lodged on github that keys are not updating.