jspreadsheet / jspreadsheet/ce

Scroll to bottom cutting off end of spreadsheet in fullscreen

Open
#1,075 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
7.2k
Forks
890
PR merge metrics
No merged PRs in 30d

Description

Seeing this issue in Chrome both on Desktop and Android. I have a very simple page, with only a single

in the body, being used for the spreadsheet.

When I scroll to the bottom, it's cutting off near the last row. In this instance, my spreadsheet has 42 rows.
image

tableOverflow and fullscreen are both true. The cutoff doesn't happen if I have fullscreen set to false, but then the height of the div seems to max out at 350px.

I played around with it, and if I add style="position: static" to the div, overriding position: fixed in .jexcel_container.fullscreen, it seems to work fine.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue in Chrome on desktop and Android with tableOverflow and fullscreen enabled, using a simple page containing one div and a spreadsheet with enough rows to reach the cutoff. Inspect the .jexcel_container.fullscreen styling, especially the fixed positioning, and compare it with the reported position: static workaround. Done means scrolling to the bottom shows the final row without disabling fullscreen.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.