sibiraj-s / ngx-editor

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

[Bug]: None of the dropdowns (heading, color picker, insert link) are displaying. #553

Open donnieregan opened 5 months ago

donnieregan commented 5 months ago

What happened?

When i click any of the buttons (heading, color picker, insert link) nothing happens and nothing is displayed. There are no errors in the console.

Version

v15.3.0

Angular Version

v15.2.11

What browsers are you seeing the problem on?

Firefox, Chrome

Link to reproduce

No response

Relevant log output

No response

Willing to submit a PR?

None

sibiraj-s commented 5 months ago

Consider adding a reproducible example over a stackblitz or something. Also, Make sure you don't have any custom CSS that might cause this.

donnieregan commented 5 months ago

Hi there thanks for the response, i checked any custom styles and seems to be nothing there.

I also put it in to its own components and encapsulation = shadowdom, same issue.

When i compare it to your example, its seems the html for the popup is missing from the html image

sibiraj-s commented 5 months ago

Can you share your toolbar configuration. Make sure you have https://sibiraj-s.github.io/ngx-editor/menu/ the array for elements to be added in dropdown

[{ heading: ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'] }],

Please share a stackblitz to reproduce this error

Aniket-03 commented 3 months ago

is this issue solved?

sibiraj-s commented 3 months ago

Not sure 🤷‍♂️ If I could reproduce the error may be I could help. Please share a stackblitz if possible.