Clickr theme does not play well with Office Connector plugin, causing editing documents rendered in viewfile macro to fail with javascript error

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Low
    • None
    • Affects Version/s: 3.0
    • Component/s: None

      When Clickr theme is used and when editing a document (eg. excel or word) that is rendered using the viewfile macro, the invisible link usually used to edit the document cannot be clicked. There are two javascript errors when moving the mouse over the invisible link:

      enableEdit is not defined
      
      disableEdit is not defined
      

      Specifically it fails on line two of the function call, which is the same issue with disableEdit():

      1. function onmouseover(event) {
      2.  enableEdit(this);
      3.  }
      

      Accessing the attachment directly and edit using the OC plugin works as expected.

      The default theme is not affected.

            Assignee:
            Unassigned
            Reporter:
            Roy Hartono [Atlassian]
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: