anjor.rao → created an issue.
anjor.rao → created an issue.
Hello, I've added this code snippet to Patch #18 to maintain the table structure inside ckeditor
.ck-content {
table,
.table {
thead {
display: table-header-group;
tr {
display: table-row;
th {
display: table-cell;
}
}
}
tbody {
tr {
td {
display: table-cell !important;
width: auto !important;
}
}
}
}
}
@saschaeggi, I checked similar JS files in the Claro theme; however, there are no errors. Please confirm if this falls under the Gin project's scope, or should I raise this issue in Drupal Core?
Hello,
Please find the attached files. Let me know if you need more information.
Hello, I've attached a screenshot. Could you please take a look? I tried checking if the Coffee module was causing any issues, but that doesn't seem to be the case. Additionally, I didn't see any JS errors on the Claro theme. Should I create an issue in the core project?
I checked the issue in the Claro theme, and the File browser is visible. As for AvgAgg, I am not using this module.
anjor.rao → created an issue.
Hello,
I am experiencing a similar issue where the IMCE file browser is not visible when JS aggregation is enabled.
Steps to reproduce:
- Enable IMCE File Manager setting -> Common settings -> Use admin theme for IMCE paths.
- Enable Performance -> Aggregate JavaScript Files.
- Clear the cache.
Versions:
Drupal 10.1.6
IMCE: 3.0.9