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

Hover image cursor has changed from a pointer (hand) to a move (4 way arrow) in TinyMCE 4

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Low
    • None
    • 6.14.0
    • None

    Description

      Issue Summary

      The cursor for the image hover in TinyMCE 4 has changed from a pointer 'hand' to a move '4 way arrow' which can be quite confusing when using linked images for navigation as the user is not aware it's actually a clickable link.

      Environment

      • Confluence 6.14.0 and above
      • TinyMCE 4 in use

      Steps to Reproduce

      1. Add an image to a page
      2. Attach link to image & publish
      3. Hover your mouse over the image
      4. Notice the cursor is the 'move' cursor

      Expected Results

      • Any link always displays the standard 'pointer' cursor or hand, indicating it's a link

      Actual Results

      • All images now show the 'move' cursor, even when a link is included

      Notes

      • Whilst this update to Tiny MCE 4 affects all images, it's really the links where this is most problematic
      • The CSS that is causing this is:
      .wiki-content img.confluence-embedded-image, .wiki-content img.editor-inline-macro, .wiki-content table.wysiwyg-macro {
          cursor: move;
      } 
      • Previously it referenced, cursor: pointer;

      Workaround

      Disable TinyMCE 4 editor and rollback to v3:

      1. Vist http://<conf-URL>/admin/darkfeatures.action
      2. Add frontend.editor.v4.disable to the list at the bottom

      OR

      Add this to the admin Stylesheet

      .wiki-content img.confluence-embedded-image, .wiki-content img.editor-inline-macro, .wiki-content table.wysiwyg-macro {
       cursor: pointer !important;
      }
      

      Attachments

        1. mouse_how_it_should_be.PNG
          mouse_how_it_should_be.PNG
          12 kB
        2. mouse.PNG
          mouse.PNG
          11 kB

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dmark@atlassian.com Danny (Inactive)
              Votes:
              5 Vote for this issue
              Watchers:
              12 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: