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

Office Powerpoint viewppt macro icon in the macro suggestion/autocomplete is missing

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Low Low
    • None
    • 4.1.7, 4.3.3
    • None
    • Tested on Confluence 4.3.2 and EAC's 5.0-CDOG-2312

      Steps to Reproduce

      1. Create/Edit a Page
      2. Type {office
      3. You'll notice that the powerpoint or viewppt macro has a missing icon:

      Possible cause

      There seems to be a typo in the CSS:

      #autocomplete-dropdown .autocomplete-macros li.autocomplete-macro-viewdppt .icon,.macro-placeholder-icon-viewdppt {
          background-image: url(/s/en_GB/3391/c989735defd8798a9d5e69c058c254be2e5a762b.27/4.3.2/_/download/resources/com.atlassian.confluence.tinymceplugin:editor-content-styles/../../../images/icons/macrobrowser/dropdown/viewppt.png);
      }
      

      Workaround

      This might only work with Confluence 4.3.x (tested with Confluence 4.3.2)
      Add the following in the Confluence Admin > Custom HTML > "At beginning of the BODY":

      <style>
      #autocomplete-dropdown .autocomplete-macros li.autocomplete-macro-viewppt .icon,.macro-placeholder-icon-viewppt
      {
          background-image: url(../../../images/icons/macrobrowser/dropdown/viewppt.png) !important;
      }
      </style>
      

            [CONFSERVER-27414] Office Powerpoint viewppt macro icon in the macro suggestion/autocomplete is missing

            Hi There

            Thanks for taking the time to raise this issue. This minor issue has now been open for over a year and had had very little attention. As such I'm going to close this out as Obsolete. Unfortunately it is unlikely that we'd be able to address this issue in the near future. This particular issue is also made obsolete by the introduction of the new Confluence UI Design.

            If this issue is raised again in the future we'll re-asses this status.

            Regards
            Steve Haffenden
            Confluence Bugmaster
            Atlassian

            Steve Haffenden (Inactive) added a comment - Hi There Thanks for taking the time to raise this issue. This minor issue has now been open for over a year and had had very little attention. As such I'm going to close this out as Obsolete. Unfortunately it is unlikely that we'd be able to address this issue in the near future. This particular issue is also made obsolete by the introduction of the new Confluence UI Design. If this issue is raised again in the future we'll re-asses this status. Regards Steve Haffenden Confluence Bugmaster Atlassian

            I changed the Custom HTML with the coding above. Now the ppt icon appears, but with a space in front of it. What can I do, to move it left like doc or xls?

            Christian Janzen added a comment - I changed the Custom HTML with the coding above. Now the ppt icon appears, but with a space in front of it. What can I do, to move it left like doc or xls?

              shaffenden Steve Haffenden (Inactive)
              halatas HuseinA
              Affected customers:
              0 This affects my team
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: