This problem only occurs when certain steps are taken, but they are fairly common steps for form fields. This repros both with the online syncfusion demo webpage and on my own personal code. Once this component enters the condition, double clicking ANYWHERE on the document will cause a form field pop up to occur. Because of this bug, once we're in this condition, we can no longer select a word with a double click.
Hi Chad,
We are able to replicate the reported issue and are validating it currently. We will update further details on this by April 4, 2024.
Regards,
Dhanush Sekar
Chad, We will update details shortly.
Chad, we have confirmed the reported issue ‘Form Field dialog always pops up' as a defect and logged a defect report. We will fix this issue in our upcoming first patch release after 2024 volume 1 SP release which is expected on second week of May 2024.
You can track the status of the bug through the below feedback link:
Disclaimer: “Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.”
Chad, we are glad to announce that our patch release (v25.2.5) has been rolled out successfully. In this release, we have added the fix for the reported issue "Form Field dialog always pops up upon double clicking anywhere within the word document".
Please upgrade to the latest version packages to resolve this issue:
CDN link:
https://cdn.syncfusion.com/blazor/25.2.5/syncfusion-blazor.min.js
https://cdn.syncfusion.com/blazor/25.2.5/syncfusion-blazor-documenteditor.min.js
NuGet link:
https://www.nuget.org/packages/Syncfusion.Blazor.WordProcessor
Feedback Link:
Root cause:
In fireselectionchange method, we're setting the current formfield based on formFillingProtectionMode. when we turn off formFillingProtectionMode, the current formfield doesn't updated properly. So, the Formfield Popup opens based on considering the current form field.
Please let us know if you need any further assistance.