Open fedarko opened 5 years ago
More notes for the future:
slick.*.js
files we rely on, plus the corresponding plugins) to v2.4.3 straight-up breaks the whole "edit mode" functionality entirely.slick.cellexternalcopymanager.js
file to the latest version—and keeping the other SlickGrid JS files as is—doesn't resolve the problem with no autocomplete on pasting detailed in #354. (This is more incentive for addressing #354 via the "checkbox" solution detailed in #464.)Another note:
From what I can tell, we currently use an additional grid to simulate a "frozen column" (i.e. keeping the first column in place even when the plate is scrolled horizontally). This is documented in this comment.
It looks like (as of December 2018) SlickGrid officially supports frozen columns, so we could theoretically do away with this hack if we upgrade our SlickGrid version.
I'd like to do away with the additional grid eventually; I will flag this for post full-release TODOs.
While talking with @charles-cowart I realized that I wasn't actually sure which version of SlickGrid was in use (since the "main" SlickGrid repo stopped development almost 3.5 years ago).
After examining our
slick.grid.js
file, as well as this comment from Amanda, I'm pretty sure we're using the 6pac community fork (which is still actively maintained).@charles-cowart suggested I make this issue in order to: