Skip to content

MudProgressLinear: prevent buffer clipping on Medium/Large sizes#10782

Merged
danielchalmers merged 2 commits intoMudBlazor:devfrom
pwasilewski:fix/10631
Feb 1, 2025
Merged

MudProgressLinear: prevent buffer clipping on Medium/Large sizes#10782
danielchalmers merged 2 commits intoMudBlazor:devfrom
pwasilewski:fix/10631

Conversation

@pwasilewski
Copy link
Contributor

@pwasilewski pwasilewski commented Jan 31, 2025

Description

This fix addresses an issue in MudProgressLinear where the buffer was being clipped when the Size property was set to Medium or Large. The adjustment ensures proper rendering of the buffer, maintaining visual consistency across all size options.

fixes #10631 ?

How Has This Been Tested?

Tested visually on Chrome & Firefox

Before :
progress_before

After:
progress_after

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 the bug Unexpected behavior or functionality not working as intended label Jan 31, 2025
@pwasilewski pwasilewski changed the title fix(MudProgressLinear): prevent buffer clipping on Medium/Large sizes MudProgressLinear: prevent buffer clipping on Medium/Large sizes Jan 31, 2025
@pwasilewski pwasilewski marked this pull request as ready for review January 31, 2025 21:30
@sonarqubecloud
Copy link

Copy link
Member

@danielchalmers danielchalmers left a comment

Choose a reason for hiding this comment

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

Thanks! Nice visualization

@danielchalmers danielchalmers merged commit 7b79ce7 into MudBlazor:dev Feb 1, 2025
6 checks passed
@pwasilewski pwasilewski deleted the fix/10631 branch February 1, 2025 08:39
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.

Progress buffer scrolling dots animation looks ugly with medium/large thickness

2 participants