Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

queuePostProcessedRowForCleanup: Missing rowIdx on call, or missing default-value for rowIdx #33

Open
ststeiger opened this issue Apr 5, 2018 · 1 comment

Comments

@ststeiger
Copy link
Contributor

ststeiger commented Apr 5, 2018

There is function
queuePostProcessedRowForCleanup(cacheEntry, postProcessedRow, rowIdx)
(in file slick.grid.js)

It gets called in

    // ////////////////////////////////////////////////////////////////////////////////////////////
    // Interactivity

    function handleMouseWheel(e)
    [...]
    queuePostProcessedRowForCleanup(zombieRowCacheFromLastMouseWheelEvent,
                        zombieRowPostProcessedFromLastMouseWheelEvent);

It's missing the rowIdx parameter, and it's not setting a default-value anywhere...

@ststeiger ststeiger changed the title Accessing non-existant columnIdx in queuePostProcessedRowForCleanup queuePostProcessedRowForCleanup: Missing rowIdx on call, or missing default-value for rowIdx Apr 5, 2018
@DimitarChristoff
Copy link
Owner

DimitarChristoff commented Apr 6, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants