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

[Tree] More granular size tracking #4132

Merged
merged 1 commit into from
Aug 18, 2021
Merged

[Tree] More granular size tracking #4132

merged 1 commit into from
Aug 18, 2021

Conversation

jvigliotta
Copy link
Contributor

@jvigliotta jvigliotta commented Aug 18, 2021

Changed from window resize event to ResizeObserver on tree element to handle tree size calculations. This should fix the issue where the snapshots banner wasn't triggering the tree to calculate heights.

closes #3929

All Submissions:

Author Checklist

  • Changes address original issue?
  • Unit tests included and/or updated with changes?
  • Command line build passes?
  • Has this been smoke tested?
  • Testing instructions included in associated issue?

@jvigliotta jvigliotta requested a review from kobe1104 August 18, 2021 22:32
@jvigliotta jvigliotta self-assigned this Aug 18, 2021
@jvigliotta jvigliotta requested review from davetsay and kobe1104 and removed request for kobe1104 and davetsay August 18, 2021 22:39
Copy link
Contributor

@kobe1104 kobe1104 left a comment

Choose a reason for hiding this comment

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

Hi @jvigliotta I've reviewed it and didn't see any issue.

@kobe1104 kobe1104 merged commit a99ce77 into master Aug 18, 2021
@kobe1104 kobe1104 deleted the tree-resize-fix branch August 18, 2021 23:38
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.

Tree Classic height calculation needs to handle Snapshot container expansion and collapse
2 participants