You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the EditorModule fix doesn't support SSR in v17.13.0, the editor isn't functional within dialogs. The same issue persists in 17.14.x. Reverting to the 17.12.x fix leaves you with a choice between this functionality and SSR compatibility. #8817
Environment
Angular version 17.3.5
PrimeNG version 17.13.0 - 17.14.x
Node version 18.19.1
Reproducer
No response
Angular version
17.3.5
PrimeNG version
17.13.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.19.1
Browser(s)
All
Steps to reproduce the behavior
Open a dialog panel (p-dialog) containing an Editor, it dosent work and don't have styles.
Expected behavior
No response
The text was updated successfully, but these errors were encountered:
You should put the editor inside if block, so it gets initialized on when the visible state changes, like below. I use it like this and it works jus fine.
So sorry for the delayed response! Improvements have been made to many components recently, both in terms of performance and enhancement. Therefore, this improvement may have been developed in another issue ticket without realizing it. You can check this in the documentation. If there is no improvement on this, can you open a new issue so we can include it in our roadmap?
Thanks a lot for your understanding!
Best Regards,
Describe the bug
Since the EditorModule fix doesn't support SSR in v17.13.0, the editor isn't functional within dialogs. The same issue persists in 17.14.x. Reverting to the 17.12.x fix leaves you with a choice between this functionality and SSR compatibility.
#8817
Environment
Angular version 17.3.5
PrimeNG version 17.13.0 - 17.14.x
Node version 18.19.1
Reproducer
No response
Angular version
17.3.5
PrimeNG version
17.13.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.19.1
Browser(s)
All
Steps to reproduce the behavior
Open a dialog panel (p-dialog) containing an Editor, it dosent work and don't have styles.
Expected behavior
No response
The text was updated successfully, but these errors were encountered: