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

MudPopover: Fix flickering in delayed bss (#6345) #6579

Merged
merged 1 commit into from
Apr 2, 2023

Conversation

ScarletKuro
Copy link
Member

@ScarletKuro ScarletKuro commented Apr 1, 2023

Description

Revives this PR #6389 (conflicts + breaking change)
Fixes #6345
Compared to original PR this is not breaking one.
The original PR changed public API
old PR: void UpdateFragment -> Task UpdateFragment
this PR: introduce new method Task UpdateFragmentAsync
The UpdateFragment is marked as Obsolete now.
I had to copy-paste some tests that using the old method, but I think it's better to keep the unit tests for old method for now to make sure everything is backward compatible and working. There are some new tests as well (from original PR).

How Has This Been Tested?

Unit tests, mud docs.

Types 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)

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 Something does not work as intended/expected PR: needs review labels Apr 1, 2023
@codecov
Copy link

codecov bot commented Apr 1, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (331469f) 91.38% compared to head (becee54) 91.39%.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev    #6579   +/-   ##
=======================================
  Coverage   91.38%   91.39%           
=======================================
  Files         397      397           
  Lines       14940    14953   +13     
=======================================
+ Hits        13653    13666   +13     
  Misses       1287     1287           
Impacted Files Coverage Δ
...c/MudBlazor/Components/Popover/MudPopover.razor.cs 85.00% <100.00%> (+1.21%) ⬆️
.../MudBlazor/Components/Popover/MudPopoverService.cs 98.66% <100.00%> (+0.20%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ScarletKuro ScarletKuro requested a review from henon April 1, 2023 21:31
@ScarletKuro
Copy link
Member Author

ScarletKuro commented Apr 1, 2023

Maybe, I should have asked the original author to update his PR, but kinda didn't look that it's ~1month old

@henon henon merged commit 2df95f8 into MudBlazor:dev Apr 2, 2023
@henon
Copy link
Collaborator

henon commented Apr 2, 2023

Kudos.

ScarletKuro added a commit to ScarletKuro/MudBlazor that referenced this pull request Apr 4, 2023
…#6579)


Co-authored-by: gaplin <50521366+gaplin@users.noreply.github.com>
@ScarletKuro ScarletKuro deleted the port_6389 branch August 28, 2023 19:34
ilovepilav pushed a commit to ilovepilav/MudBlazor that referenced this pull request Nov 25, 2023
…#6579)


Co-authored-by: gaplin <50521366+gaplin@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something does not work as intended/expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] MudPopover flickering in delayed Blazor Server Side
2 participants