Jira Issue Macro can cause grey Div in front of content preventing use of the page

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Low
    • None
    • Affects Version/s: 6.10.2
    • Component/s: Macros - Jira Macros
    • 5
    • Severity 3 - Minor
    • 1

      Summary

      If a page contains a Jira issue macro that does not have an appropriate <div class="content-wrapper">' and '<p>' tag, it will cause a <div class="jim-sortable-dark-layout"> tag to appear as a translucent grey field that will block access to the page below.

      Environment

      Confluence 6.10.2

      Steps to Reproduce

      1. post a storage format to a page similar to this:
        <p class="auto-cursor-target"><br /></p><ac:structured-macro ac:name="excerpt" ac:schema-version="1" ac:macro-id="2dd769a1-6407-48a5-8657-cd724f1e505c"><ac:parameter ac:name="atlassian-macro-output-type">INLINE</ac:parameter><ac:rich-text-body>
        <p class="auto-cursor-target"><br /></p>
        <table class="wrapped"><colgroup><col /><col /></colgroup>
        <tbody>
        <tr>
        <th><br /></th>
        <th><br /></th></tr>
        <tr>
        <td>
        <div class="content-wrapper"><ac:structured-macro ac:name="jira" ac:schema-version="1" ac:macro-id="4bb3641d-ddf1-4bcc-b69c-1dec3423e29b"><ac:parameter ac:name="server">System JIRA</ac:parameter><ac:parameter ac:name="columns">key,status</ac:parameter><ac:parameter ac:name="maximumIssues">20</ac:parameter><ac:parameter ac:name="jqlQuery">key = bar-1 </ac:parameter><ac:parameter ac:name="serverId">63c80592-58b5-3206-bb77-77839fa25117</ac:parameter></ac:structured-macro></div></td>
        <td>
        <ac:structured-macro ac:name="jira" ac:schema-version="1" ac:macro-id="721d8f27-be2c-4391-be41-84383f68d9c5"><ac:parameter ac:name="server">System JIRA</ac:parameter><ac:parameter ac:name="columns">key,status</ac:parameter><ac:parameter ac:name="maximumIssues">20</ac:parameter><ac:parameter ac:name="jqlQuery">issuekey in (BAR-2)     </ac:parameter><ac:parameter ac:name="serverId">63c80592-58b5-3206-bb77-77839fa25117</ac:parameter></ac:structured-macro></td></tr></tbody></table>
        <p class="auto-cursor-target"><br /></p></ac:rich-text-body></ac:structured-macro>
        <p class="auto-cursor-target"><br /></p>

      Expected Results

      The page loads normally.

      Actual Results

      Page appears with a translucent grey field that blocks the page.

      Notes

      (Optional - If Necessary)

      Workaround

      • Using the developer tools will allow you to remove the offending div for a single use. You can use this to edit the offending page.
      • Edit the page and ensure that the jira issue macros have no content surrounding them to the left or right. You may need to delete and re-add them

            Assignee:
            Unassigned
            Reporter:
            Guilherme V. (Inactive)
            Votes:
            6 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: