Skip to content

[IMP] scrollbar: take whole available size with frozen panes#8276

Open
hokolomopo wants to merge 1 commit into
masterfrom
master-scrollbar-with-frozen-panes-adrm
Open

[IMP] scrollbar: take whole available size with frozen panes#8276
hokolomopo wants to merge 1 commit into
masterfrom
master-scrollbar-with-frozen-panes-adrm

Conversation

@hokolomopo
Copy link
Copy Markdown
Contributor

Description

When there are frozen panes, the scrollbars are offset to start at the start of the main viewport. But there is no element on the side of the frozen panes, so components like Autofill and Table Resizer can overflow from the grid with nothing to cover them.

Task: 5891719

review checklist

  • feature is organized in plugin, or UI components
  • support of duplicate sheet (deep copy)
  • in model/core: ranges are Range object, and can be adapted (adaptRanges)
  • in model/UI: ranges are strings (to show the user)
  • undo-able commands (uses this.history.update)
  • multiuser-able commands (has inverse commands and transformations where needed)
  • new/updated/removed commands are documented
  • exportable in excel
  • translations (_t("qmsdf %s", abc))
  • unit tested
  • clean commented code
  • track breaking changes
  • doc is rebuild (npm run doc)
  • status is correct in Odoo

@robodoo
Copy link
Copy Markdown
Collaborator

robodoo commented Apr 1, 2026

Pull request status dashboard

When there are frozen panes, the scrollbars are offset to start at the
start of the main viewport. But there is no element on the side of the
frozen panes, so components like Autofill and Table Resizer can overflow
from the grid with nothing to cover them.

Task: 5891719
@hokolomopo hokolomopo force-pushed the master-scrollbar-with-frozen-panes-adrm branch from f3deaef to 33d5f75 Compare April 7, 2026 06:42
left: `${this.props.leftOffset}px`,
bottom: "0px",
height: `${scrollbarWidth}px`,
right: isBrowserFirefox() ? `${scrollbarWidth}px` : "0",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dont thnk that's necessary in the container, same for the vertical component

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

Successfully merging this pull request may close these issues.

3 participants