XMLWordPrintable

      Is it possible that the Magnolia admin cannot be used with Internet Explorer.
      We are using IE8 and have tested with different computers on our own site as well as on the Magnolia Demo site.

      Issue was introduced in MGNLINTEMPL-21. There is a comma after last method and IE 8 can't handle it.

      +    simpleSearch: function(val){
      +        if(document.mgnlForm &&  document.mgnlForm.searchStr){
      +            if(document.mgnlForm.searchAdvanced){
      +               document.mgnlForm.searchAdvanced.value = "false";
      +            }
      +            document.mgnlForm.searchStr.value = val;
      +            document.mgnlForm.submit();
      +        }
      +        else{
      +            document.location = contextPath + '/.magnolia/pages/templatesSearchList.html?searchStr=' +val;
      +        }
      +    }, // this comma is causing javascript problems in IE 8
      

        Acceptance criteria

          1. admin_error.png
            admin_error.png
            26 kB
          2. admin_ie.png
            admin_ie.png
            74 kB
          3. templates.js
            4 kB

              jsimak Jaroslav Simak
              haddorp Jan Christian Haddorp
              Votes:
              4 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: