Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

Anu6is
Copy link
Contributor

@Anu6is Anu6is commented Feb 28, 2025

Description

Allow collapse content to scroll when it exceeds the max height of the container.

In reviewing this I also found a bug where if a MudCollapse has Expanded set to True on initial load, the mud-collapse-entered class was not being applied. It instead remained at mud-collapse-entering, since the _state doesn't get updated due to AnimationEndAsync not being called.

Resolves: #10939

How Has This Been Tested?

visually & unit test updates

Type of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation (fix or improvement to the website or code docs)

Checklist

  • The PR is submitted to the correct branch (dev).
  • My code follows the code style of this project.
  • I've added relevant tests.

@github-actions github-actions bot added bug Unexpected behavior or functionality not working as intended PR: needs review labels Feb 28, 2025
Copy link

codecov bot commented Feb 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.89%. Comparing base (d4529a7) to head (21ff5e1).
Report is 15 commits behind head on dev.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev   #10948   +/-   ##
=======================================
  Coverage   91.89%   91.89%           
=======================================
  Files         427      427           
  Lines       13585    13590    +5     
  Branches     2603     2604    +1     
=======================================
+ Hits        12484    12489    +5     
  Misses        526      526           
  Partials      575      575           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link

sonarqubecloud bot commented Mar 5, 2025

@danielchalmers
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected behavior or functionality not working as intended
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MudExpansionPanels with MaxHeight don't allow scrolling
3 participants