Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when clicking on table v4.5 #4880

Open
chang350 opened this issue Feb 20, 2025 · 3 comments
Open

Error when clicking on table v4.5 #4880

chang350 opened this issue Feb 20, 2025 · 3 comments

Comments

@chang350
Copy link

When adding a table and clicking on it, the new button becomes giant and scrolls down the page as shown in the images.

Image

Image

@karthikkdlfroala
Copy link

Hi @chang350 ,

Thanks for reporting this issue! Based on the description, it seems like the problem might be caused by an outdated CSS file or a cache issue on the browser.

To help isolate the problem, I recommend the following steps:

  1. Clear the browser cache and refresh the page to ensure you're not seeing a cached version of the site.
  2. Make sure that the latest CSS files are loaded correctly and there are no conflicting or overridden rules.

If the issue persists, would you please try recreating the issue on the following jsFiddle demo and provide us with the steps to reproduce it on our side: https://jsfiddle.net/harasunu/v9oec7ru/

@chang350
Copy link
Author

Hi @karthikkdlfroala,

I had already tried forcing the CSS reload with Ctrl + F5 and clearing the cache, but the issue persisted. To prevent problems for users, I downgraded to version 4.4.

Today, when testing in a staging environment with @latest on the CDN, it seems to be working fine again. I'll keep monitoring, but moving forward, I'll use @Version instead of @latest on the CDN to avoid any potential issues for users.

Thanks for your attention!

@ursoforte
Copy link

The code of the table plugin inserts a SVG file.
https://github.com/froala/wysiwyg-editor/blob/master/js/plugins/table.min.js

I also have this problem in version 4.5 - I didn't find in the code a way to ignore this image.
Solution: I downgrade to version 4.4.

Let's hope the Froala DEV team is willing to send a solution soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants