Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-16427

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

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Low
    • None
    • 3.0
    • None

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: