Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-2262

Older skins get some JS Error in Internet Explorer 6 and 7

    XMLWordPrintable

Details

    Description

      We get an error on the following lines (165 and 166) in the curriki and albatross skins:

      <li id="xwikieditwiki"#if($editor == "wiki") class="active"#end><a href="$doc.getURL("edit", "editor=wiki&$param")" onclick="return Try.these(function() {document.forms.${formname}.action='$doc.getURL("edit", "editor=wiki&$languageparams&$param")'; document.forms.${formname}.submit(); return false;});">$msg.get("editWiki")</a></li>

      error is "; expected"

      and this on only in the curriki skin

      <script type="text/javascript">
      Event.observe(window, "load", function()

      {fullscreenEdit('wiki'); }

      , true);
      </script>

      error is "object expected"

      None of these errors happen in toucan. However this breaks compatibility with the past. We should find a way to make it work with older skins.

      Attachments

        Activity

          People

            sdumitriu Sergiu Dumitriu
            ludovic Ludovic Dubost
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: