🇨🇦Canada @anjor.rao

Account created on 3 November 2023, about 1 year ago
#

Recent comments

🇨🇦Canada anjor.rao

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;
        }
      }
    }
  }
}
🇨🇦Canada anjor.rao

@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?

🇨🇦Canada anjor.rao

Hello,

Please find the attached files. Let me know if you need more information.

🇨🇦Canada anjor.rao

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?

🇨🇦Canada anjor.rao

I checked the issue in the Claro theme, and the File browser is visible. As for AvgAgg, I am not using this module.

🇨🇦Canada anjor.rao

Hello,

I am experiencing a similar issue where the IMCE file browser is not visible when JS aggregation is enabled.

Steps to reproduce:

  1. Enable IMCE File Manager setting -> Common settings -> Use admin theme for IMCE paths.
  2. Enable Performance -> Aggregate JavaScript Files.
  3. Clear the cache.

Versions:
Drupal 10.1.6
IMCE: 3.0.9

Production build 0.71.5 2024