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

Scroll into view broken - causes crash #125

Open
cmartin-kavlifoundation opened this issue Aug 11, 2021 · 0 comments
Open

Scroll into view broken - causes crash #125

cmartin-kavlifoundation opened this issue Aug 11, 2021 · 0 comments

Comments

@cmartin-kavlifoundation

This morning after a week of running properly, the most recent version started crashing upon reaching the secure allocation screen with:
(node:15727) UnhandledPromiseRejectionWarning: Error: Evaluation failed: TypeError: Cannot read property 'scrollIntoView' of null

I commented out line 144:
// nextElem.scrollIntoView();

then recompiled and re-ran and the bug went away. So now the app is searching successfully again. I'm going to do some research to see if the scrolling function changed overnight somehow, but in the interim commenting that line out seems to be enough.

I'm running on MacOS with the most up to date version using git to pull off of the master branch. I've made some local tweaks to the code to default to a specific date search, but none of that should have been related to this bug.

@cmartin-kavlifoundation cmartin-kavlifoundation changed the title Scroll into view broken Scroll into view broken - causes crash Aug 11, 2021
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

1 participant