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

Microsoft Powerpoint 97 Slideshow title is shown next to ppt files

    XMLWordPrintable

Details

    Description

      Summary

      PowerPoint presentations saved as PowerPoint 97-2003 Presentation (*.ppt) format and uploaded to Confluence page will have Microsoft Powerpoint 97 Slideshow HTML title next to file name

      Environment

      • Confluence Server 6.7.1
      • Microsoft Office

      Steps to Reproduce

      1. Create a blank PowerPoint presentation and save it as PowerPoint 97-2003 Presentation (*.ppt)
      2. Create a blank page on Confluence and add attachments macro
      3. Upload your test ppt file to confluence page

      Expected Results

      Filename will be listed just like any other uploaded file

      Actual Results

      Besides file name, file also has Microsoft Powerpoint 97 Slideshow HTML title attribute of the icon is shown as seen below

      Our customer discovered that there seems to be a spelling mistake in the HTML coding for this exact class. For "Microsoft Powerpoint 97 Slideshows" the class for the icon is named "iaui-icon". For other icons, the classes are named "aui-icon". So all the specified css attributes like "text-indent: -999em;" are not taking effect for the Microsoft Powerpoint 97 Slideshow class "iaui-icon".
      This issue occurs in attachments-macros and viewpageattachments pages. In the "All updates" view the class title is hidden as it should be

      Workaround

      Add this style into global stylesheet

      .iaui-icon.content-type-attachment-powerpoint97 {
          --aui-icon-size: 16px;
          --aui-icon-font: "Adgs Icons";
          background-repeat: no-repeat;
          background-position: 0 0;
          border: none;
          display: inline-flex;
          font-size: 0;
          height: var(--aui-icon-size);
          line-height: 0;
          margin: 0;
          padding: 0;
          position: relative;
          text-align: left;
          vertical-align: text-bottom;
          width: var(--aui-icon-size);
      }
       

       

      Attachments

        1. image-2023-02-15-22-43-34-637.png
          image-2023-02-15-22-43-34-637.png
          328 kB
        2. PowerPoint 97-2003 file.png
          PowerPoint 97-2003 file.png
          198 kB
        3. screenshot-1.png
          screenshot-1.png
          170 kB
        4. screenshot-2.png
          screenshot-2.png
          132 kB

        Activity

          People

            zxu2@atlassian.com Zac Xu
            imuzaliov Igor M.
            Votes:
            23 Vote for this issue
            Watchers:
            24 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: