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

fix: update panes positions on Spreadsheet resize #6964

Merged
merged 3 commits into from
Dec 18, 2024

Conversation

DiegoCardoso
Copy link
Contributor

Description

Recalculate sheet position as part of the method triggered by the ResizeObserver configured on the Spreadsheet component. It fixes an issue where the pane's positions are wrongly calculated when the component is attached to a hidden parent.

Fixes #6932

Type of change

  • Bugfix

Recalculate sheet position as part of the method triggered by the
`ResizeObserver` configured on the Spreadsheet component. It fixes an
issue where the panes positions are wrongly calculated when the
component is attached to a hidden parent.

Fixes #6932
@DiegoCardoso DiegoCardoso enabled auto-merge (squash) December 18, 2024 15:27
@DiegoCardoso DiegoCardoso merged commit 8e7e32a into main Dec 18, 2024
5 checks passed
@DiegoCardoso DiegoCardoso deleted the fix/spreadsheet/panel-position branch December 18, 2024 16:08
DiegoCardoso added a commit that referenced this pull request Dec 18, 2024
DiegoCardoso added a commit that referenced this pull request Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spreadsheet panes overlap with sheet when using it in combination with Lit Template/Tabsheet
4 participants