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

Mouse Cursor displayed incorrectly when hovering over attached Image in Confluence Page

    XMLWordPrintable

Details

    Description

      Summary

      Mouse Cursor displayed incorrectly when hovering over attached Image in Confluence Page

      In Confluence 6.14.0 when hovering the mouse cursor to an attached image in the page, the mouse cursor display as a "Move" cursor instead of the "Hand" cursor that can be seen in the older versions of Confluence

      Environment

      Confluence 6.14.0
      Chrome Version 71.0.3578.98 (Official Build) (64-bit)
      Internet Explorer 11.523.17134.0
      Firefox 64.0.2 (64-bit)

      Steps to Reproduce

      1. Upload an image attachment to a Page and save it
      2. In view mode, hover the mouse over to the image

      Expected Results

      Mouse cursor changed to the "Hand" cursor

      Actual Results

      Mouse cursor changed to the "Move" cursor

      Information

      When the page is refreshed, hovering mouse over to the image actually shows the "Hand" cursor correctly until the page has finished loaded
      6.14 image cursor.mp4

      Workaround

      Disable TinyMCE 4 editor and rollback to v3 (this is only recommended for Confluence 6.14 and should be reverted again when upgrading to Confluence 7.0 or newer):

      1. Visit http://<conf-URL>/admin/darkfeatures.action
      2. Add frontend.editor.v4.disable to the list at the bottom
        • We noticed that adding frontend.editor.v4.disable in dark feature can have adverse affects to the color picker in edit mode (tested in Confluence 7.5.2). The color picker may not render as expected for the text color option or the table color.

      OR

      The workaround that has been shared in CONFCLOUD-57252 (preferred for any version of Confluence):

      1. Go to General Configuration > Stylesheet
      2. Click Edit and paste in the custom CSS below:
        .wiki-content img.confluence-embedded-image, .wiki-content img.editor-inline-macro, .wiki-content table.wysiwyg-macro 
        {     cursor: pointer !important;     } 
        
      3. Click Save

      Attachments

        1. 6.14 image cursor.mp4
          679 kB
          Damien Tan
        2. hand cursor.jpg
          3 kB
          Damien Tan
        3. move cursor.jpg
          3 kB
          Damien Tan

        Issue Links

          Activity

            People

              Unassigned Unassigned
              btan@atlassian.com Damien Tan
              Votes:
              100 Vote for this issue
              Watchers:
              80 Start watching this issue

              Dates

                Created:
                Updated: