Diagram Node Label Edit Fails - Textbox Loses Focus on Each Character Typed When Windows Text Suggestions Are Enabled

Hello, 

I am encountering an issue editing blazor diagram component node name. When attemping to rename a node the textbox loses focus and OnTextChanged event is fired on each character typed which prevent completing the edit. 

This occurs only when windows  "Show text suggestions when typing on the physical keyboard" setting  is enabled as shown in the image below : Image_9769_1751972811411

This issue can be reproduced on this example: https://blazor.syncfusion.com/demos/diagram/flowchart?theme=fluent2.

Best regards.


5 Replies

JJ Jawin John Syncfusion Team July 9, 2025 10:13 AM UTC

Hi Rafed Wassila,

We attempted to reproduce the issue you reported, but unfortunately, we were unable to replicate it on our end. To assist you further, we have recorded and shared a video demonstrating our testing process and results.

Kindly review the video and let us know if there are any specific steps or conditions we might have missed. Your feedback will help us investigate further if needed.

Looking forward to your response.

Best Regards,
Jawin



Attachment: SF197129_9c016de2.zip


RW Rafed Wassila July 9, 2025 10:33 AM UTC

Hi, 

Can you please restart your machine after enabling the  "Show text suggestions when typing on the physical keyboard" and retry again ? 



JJ Jawin John Syncfusion Team July 10, 2025 02:48 PM UTC

Hi,

 

We were able to reproduce the reported issue. We are currently validating the root cause and will share detailed findings as soon as possible.

 

Best Regards,

Jawin



JJ Jawin John Syncfusion Team July 14, 2025 10:23 AM UTC

Hi Rafed Wassila,

Reported issue:
  Node Textbox Loses Focus During Annotation Addition in Blazor Diagram When Windows Text Suggestions Are Enabled

We have confirmed that the reported issue is a bug and have logged a defect report regarding it.

We will fix the issue and include the fix in our upcoming weekly NuGet release, which is expected to be rolled out on "AUG 5, 2025".
We appreciate your patience until then.  
 

Meanwhile, you can track the status of the bug at the following link:

Feedback Link: https://www.syncfusion.com/feedback/68860/node-textbox-loses-focus-during-annotation-addition-in-blazor-diagram-when-windows
 

Disclaimer: The inclusion of this solution in the weekly release may change due to other factors, including but not limited to QA checks and work reprioritization.


Best
Regards,
Jawin




JJ Jawin John Syncfusion Team August 7, 2025 01:49 PM UTC

Hi Rafed Wassila,

 

We have fixed the reported issue  “Node Textbox Loses Focus During Annotation Addition in Blazor Diagram When Windows Text Suggestions Are Enabled” and included the fix in our SB patch release(30.2.4). Please update the “Syncfusion.Blazor.Diagram” package to the latest version in your application to resolve the reported issue. Please find the package link below.

 

https://www.nuget.org/packages/Syncfusion.Blazor.Diagram

Root Cause:

The issue stemmed from a previously implemented behavior where the annotation box was closed at the script level during the mouse leave event. As a result, when the Windows Text Suggestions triggered a mouse leave event, it inadvertently caused a loss of focus, leading to unexpected behavior in the UI.

Best Regards,
Jawin


Loader.
Up arrow icon