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

stylistic issue when editing handsontable spreadsheets #865

Open
nicoalee opened this issue Jan 10, 2025 · 1 comment · May be fixed by #867
Open

stylistic issue when editing handsontable spreadsheets #865

nicoalee opened this issue Jan 10, 2025 · 1 comment · May be fixed by #867
Assignees
Labels
bug Something isn't working frontend

Comments

@nicoalee
Copy link
Collaborator

nicoalee commented Jan 10, 2025

There's a weird issue going on where the focused element will be smaller than the cell. This results in a weird effect when editing. When typing a lot (and overflowing the cell) we get a weird behavior with a scrollbar.

Image

The spreadsheet left column options is height limited, but the spreadsheet itself continues on.

Image
@nicoalee nicoalee added the bug Something isn't working label Jan 10, 2025
@nicoalee nicoalee self-assigned this Jan 10, 2025
@nicoalee
Copy link
Collaborator Author

The issue exists because the handsontable css version was not set. The correct version is 12.3.3.
The solution is to replace the CSS tag with the correct handsontable minified full CSS version:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/handsontable.full.min.css" />

@nicoalee nicoalee linked a pull request Jan 23, 2025 that will close this issue
@nicoalee nicoalee moved this from Todo to In Progress in Neurosynth 2.0 Project Map Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant