[PR #992] [MERGED] ColorPicker opens and immediately closes #990 #2451

Open
opened 2026-01-29 18:18:53 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/992
Author: @OndrejUzovic
Created: 5/30/2023
Status: Merged
Merged: 5/30/2023
Merged by: @akorchev

Base: masterHead: Popup_ShouldToggle


📝 Commits (1)

  • 2e32df4 ColorPicker opens and immediately closes #990

📊 Changes

1 file changed (+1 additions, -2 deletions)

View changed files

📝 Radzen.Blazor/Rendering/Popup.razor (+1 -2)

📄 Description

As proposed, shouldToggle = false; is moved before await JSRuntime.InvokeVoidAsync to prevent closing of popup in case the next redraw was triggered before the previous one was not completed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/992 **Author:** [@OndrejUzovic](https://github.com/OndrejUzovic) **Created:** 5/30/2023 **Status:** ✅ Merged **Merged:** 5/30/2023 **Merged by:** [@akorchev](https://github.com/akorchev) **Base:** `master` ← **Head:** `Popup_ShouldToggle` --- ### 📝 Commits (1) - [`2e32df4`](https://github.com/radzenhq/radzen-blazor/commit/2e32df493a8362b6b48de24b36f5d15559fe2ac7) ColorPicker opens and immediately closes #990 ### 📊 Changes **1 file changed** (+1 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/Rendering/Popup.razor` (+1 -2) </details> ### 📄 Description As proposed, `shouldToggle = false;` is moved before `await JSRuntime.InvokeVoidAsync` to prevent closing of popup in case the next redraw was triggered before the previous one was not completed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:18:53 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2451