Due to our content security policy, loading external resources, e.g. via a CDN, is prohibited. As a result, I have now noticed that ace.js appears to be loading the resource mode-css.js via a CDN: https://cdnjs.cloudflare.com/ajax/libs/ace/1.8.1/mode-css.js
Is this known and can it be prevented somehow?
For better illustration I have added a screenshot of my developer console.
danielehrenhofer → created an issue.
MR updated, ready to be reviewed.
Best regards.
I have tested the MR and the fix works.
I can confirm the bug. After the update to 10.3. the CKEditor has also disappeared for us and after deactivating the module the editor appears again.
danielehrenhofer → created an issue.
danielehrenhofer → created an issue.
We have the same problem in connection with exposed filters. The bug is rather critical, as the respective view can no longer be used.
danielehrenhofer → changed the visibility of the branch 3417000-further-development-of to active.
danielehrenhofer → changed the visibility of the branch 3417000-further-development-of to hidden.
I have merged the modernization. Thank you!
danielehrenhofer → created an issue.
danielehrenhofer → created an issue.
Hello, I encountered the same issue described here and have created a patch to address it. The "Soft Limit" behavior for nested facets was not consistent, especially when interacting with the "Show more/Show less" links. In the patch, I've adjusted the way the limit is applied to consider all list items, ensuring a consistent behavior whether it's on initial load or after interacting with the links.
Please find the attached patch and let me know if there are any concerns or if further adjustments are needed.
The problem also exists on core 10.1.x-dev.
The workaround described here, switching off aggregation, still solves the problem.