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
Make sure some loaded files (like tableselection.css) have no timestamp query param
Expected result
CKEDITOR.getUrl() is always used to load any editor source.
Actual result
Some plugins (like tableselection, widget, scayt) don't use CKEDITOR.getUrl(). In common case, it is inconsistency and it prevents cache reset. In our case - we override CKEDITOR.getUrl() behavior by window.CKEDITOR_GETURL() - it prevents loading of some resources at all.
The text was updated successfully, but these errors were encountered:
@mlewand Would you accept a PR to add CKEDITOR.getUrl to the tableselection plugin?
Images referenced within CSS are still an issue though – could a build step be added that appends the timestamp to all image URLs within CSS files? (Edit: I see that this is already done with the editor.css file.)
Are you reporting a feature request or a bug?
Improvement
Provide detailed reproduction steps (if any)
Expected result
CKEDITOR.getUrl() is always used to load any editor source.
Actual result
Some plugins (like tableselection, widget, scayt) don't use CKEDITOR.getUrl(). In common case, it is inconsistency and it prevents cache reset. In our case - we override CKEDITOR.getUrl() behavior by window.CKEDITOR_GETURL() - it prevents loading of some resources at all.
The text was updated successfully, but these errors were encountered: