Hi team,
It seems "ctrl + enter" and editor.insertPageBreak() doesn't work when I initialize the spellchecker
this.editor.spellChecker.languageID = 1036;
this.editor.spellChecker.allowSpellCheckAndSuggestion = true;
this.editor.spellChecker.enableOptimizedSpellCheck = true;
I'm using the document editor without its container.
after initializing the spellchecker, the pagebreak function only creates a new line instead of a new page.
toggling the spellchecker property "enableSpellCheck" false then true again, allow some page break but leads to a blocking error :
Hi Francois,
We will check the reported issue and will update details shortly.
Regards,
Suriya M.
Hi Suriya,
thank's for your answer,
I made a stackblitz to present to you the bug: https://stackblitz.com/edit/react-ps1kug?file=index.js
some explanations :
I hope I am clear enough in my explanations. :)
Regards,
François
Hi François ,
We have confirmed the reported issue as a defect and logged a defect report. We will fix this issue and include it in our 2021 volume 4 SP release which is scheduled for end of January 2022.
You can track the status of the bug through the below feedback link:
https://www.syncfusion.com/feedback/32067/spellcheck-disables-page-break
Regards,
Suriya M.
Hi Suriya,
Thank's, I'm really happy that you plan to fix it so quickly !
Regards,
François