Confluence workbox (tasks and notifications) does not load in IE8. See reports on Atlassian Answers:
      https://answers.atlassian.com/questions/84467/confluence-4-3-tasks-notifications-do-not-load

      And also on the Confluence 4.3.1 release notes:
      https://confluence.atlassian.com/display/DOC/Confluence+4.3.1+Release+Notes?focusedCommentId=302809497#comment-302809497

      Workaround

      Disable Compatibility Mode on IE8. But if that is not possible, then edit both templates\mywork.vm as well as templates\login.vm in the mywork-confluence-host-plugin-x.x.x.jar (which is stored in the confluence\WEB-INF\classes\com\atlassian\confluence\setup\bundled-plugins.zip).

      Add this:

      <meta http-equiv="X-UA-Compatible" content="IE=EDGE,chrome=IE7">
      

      in between the <head> </head> tags. It should look like this:
      mywork.vm

      <head>
          <title>${i18n.getText("com.atlassian.mywork.title")}</title>
      
          <!-- Need to add media query support for IE8-->
      	<meta http-equiv="X-UA-Compatible" content="IE=EDGE,chrome=IE7">
          <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
          <meta name="context-path" content="${req.contextPath}">
      

      login.vm:

      <head>
          <title>${i18n.getText("com.atlassian.mywork.login.title")}</title>
      	<meta http-equiv="X-UA-Compatible" content="IE=EDGE,chrome=IE7">
          <meta name="viewport" content="width=device-width, initial-scale=1.0">
      

      Refer to Edit Confluence JAR files for more info on how to edit the JAR files. Best method is to use WinRAR, edit the files from within WinRAR, and update the archive after that

            [CONFSERVER-26648] Workbox tasks and notifications do not load in IE8

            Katherine Yabut made changes -
            Workflow Original: JAC Bug Workflow v3 [ 2892873 ] New: CONFSERVER Bug Workflow v4 [ 2984684 ]
            Owen made changes -
            Workflow Original: JAC Bug Workflow v2 [ 2793090 ] New: JAC Bug Workflow v3 [ 2892873 ]
            Status Original: Resolved [ 5 ] New: Closed [ 6 ]
            Owen made changes -
            Workflow Original: JAC Bug Workflow [ 2722868 ] New: JAC Bug Workflow v2 [ 2793090 ]
            Owen made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2392857 ] New: JAC Bug Workflow [ 2722868 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 [ 2275749 ] New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2392857 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2234326 ] New: Confluence Workflow - Public Facing - Restricted v5 [ 2275749 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2196635 ] New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2234326 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v5 [ 1923386 ] New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2196635 ]
            Katherine Yabut made changes -
            Workflow Original: Confluence Workflow - Public Facing - Restricted v3 [ 1731445 ] New: Confluence Workflow - Public Facing - Restricted v5 [ 1923386 ]
            Katherine Yabut made changes -
            Workflow Original: CONF Bug Subtask WF (TEMP) [ 1687153 ] New: Confluence Workflow - Public Facing - Restricted v3 [ 1731445 ]

              onevalainen Olli Nevalainen
              smaddox SarahA
              Affected customers:
              12 This affects my team
              Watchers:
              21 Start watching this issue

                Created:
                Updated:
                Resolved: