Uploaded image for project: 'Workspaces'
  1. Workspaces
  2. WORKSPACES-654

Project catalog is empty on IE11 (Workspaces 1.5 for Ametys 4.3)

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 1.5.2
    • 1.5.1
    • Module Catalog
    • None

      I am unable to display the projects in the catalog of projects when I use IE11

          [WORKSPACES-654] Project catalog is empty on IE11 (Workspaces 1.5 for Ametys 4.3)

          As branch 1.5.x is to be destroyed one day, I commit a workaround taht consists in not minimizing this file.

          Raphaël Franchet added a comment - As branch 1.5.x is to be destroyed one day, I commit a workaround taht consists in not minimizing this file.

          Line found in resources\js\vendor\lodash\lodash.js
          The original (not minified) JS is :

            /** Used to escape characters for inclusion in compiled string literals. */
            var stringEscapes = {
              '\\': '\\',
              "'": "'",
              '\n': 'n',
              '\r': 'r',
              '\u2028': 'u2028',
              '\u2029': 'u2029'
            };
          

          Laurence Aumeunier added a comment - Line found in resources\js\vendor\lodash\lodash.js The original (not minified) JS is : /** Used to escape characters for inclusion in compiled string literals. */ var stringEscapes = { '\\': '\\', "'": "'", '\n': 'n', '\r': 'r', '\u2028': 'u2028', '\u2029': 'u2029' };

          The minified JS file is incorrect.
          the responsible line seems to be :

          var stringEscapes={"\\":"\\","'":"'", "\n":"n","\r":"r","":"u2028","":"u2029"};
          

          I think it is a JS of a external library

          Laurence Aumeunier added a comment - The minified JS file is incorrect. the responsible line seems to be : var stringEscapes={"\\":"\\","'":"'", "\n":"n","\r":"r","":"u2028","":"u2029"}; I think it is a JS of a external library

          Frederic Ravetier (Inactive) added a comment - May be linked to https://issues.ametys.org/browse/CMS-10004

            Unassigned Unassigned
            fravetier Frederic Ravetier (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: