sibiraj-s / ngx-editor

🖋️ Rich Text Editor for angular using ProseMirror
https://sibiraj-s.github.io/ngx-editor/
MIT License
423 stars 182 forks source link

[Bug]: Missing SVG icons in Menu-bar #507

Closed mfeldmeier closed 3 months ago

mfeldmeier commented 6 months ago

What happened?

After Updating Angular from 14 to 16 I established, that my menu is gone. After looking into the code and the elements I saw that only the Path is inside the HTML elements and the SVG tag is missing.

In ngx-editor/projects/ngx-editor/src/lib/icons are all the icon files only with the path.

Version

v16.0.1

Angular Version

16.2.12

What browsers are you seeing the problem on?

No response

Link to reproduce

No response

Relevant log output

No response

Willing to submit a PR?

None

sibiraj-s commented 6 months ago

Strange. Would you be able to provide a reproducible example?

Can refer this https://stackblitz.com/edit/ngx-editor?file=src%2Fapp%2Fapp.component.ts.

mfeldmeier commented 6 months ago

Ok strange with the same config from my component I can see the svg's of the menu. But wth is broken, that I cant see the Icons? Does you have any ideas?

I only update angular from 14 to 15 to 16 and I updated it to 17 aswell. Because I think it will solve the issue maybe.

sibiraj-s commented 3 months ago

Sorry I missed your comment. hope it is fixed now.

Closing this. Feel free to reopen if you think its an issue or create a discussion for others. Thank you.

github-actions[bot] commented 2 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in the thread.