MudInput: Fix Disposal of IOS Blur#11347
Merged
ScarletKuro merged 3 commits intoMudBlazor:devfrom May 17, 2025
Merged
Conversation
|
Member
could you fix this, there is no such issue. |
Contributor
Author
|
Out of town I believe it is 11347
…On Sat, May 17, 2025, 3:58 PM Artyom M. ***@***.***> wrote:
*ScarletKuro* left a comment (MudBlazor/MudBlazor#11347)
<#11347 (comment)>
Resolves #113322
could you fix this, there is no such issue.
—
Reply to this email directly, view it on GitHub
<#11347 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BDQDZ7H4XNDMVAXPNXV7DJD266WJFAVCNFSM6AAAAAB5JEP5GOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQOBYGYYDCNJVGU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Member
Thats your PR number. |
Contributor
Author
|
Sorry was looking for my branch 11322 since I named it after it lol |
ScarletKuro
approved these changes
May 17, 2025
This was referenced Aug 1, 2025
Closed
This was referenced Aug 14, 2025
This was referenced Oct 6, 2025
This was referenced Nov 12, 2025
This was referenced Dec 12, 2025
Closed
Closed
This was referenced Dec 29, 2025
This was referenced Jan 9, 2026
Closed
This was referenced Feb 10, 2026
Closed
This was referenced Feb 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Resolves #11322
by removing the animationFrame check and adding a catch check on the invoke.
Also changed the disposal to be from the extension instead of run manually.
How Has This Been Tested?
I created a test component following the example and run in Docs.Server. I confirmed without changes the example threw an error, and with changes it did not. I deleted the example after but if you look at my branch one commit before the "remove" you can see or copy the example.
I tested all TextField Doc.Server and UnitTests.Viewer cases.
Type of Changes
Checklist
dev).