'Add User' button in OnDemand can't always be clicked

XMLWordPrintable

    • Type: Bug
    • Resolution: Obsolete
    • Priority: Low
    • Component/s: None

      NOTE: This bug report is for JIRA Cloud. Using JIRA Server? See the corresponding bug report.

      See attached screenshot for a visual explanation.

      The <header> area in which the "Add User" button is contained is floated. As such, the <header> has no height, and the <form> element overlaps it. Consequentially, the button's clickable area is obstructed by the overlap.

      Ensuring the contents of the <header> area affect its height should resolve the problem.

      Adding either a <br class="clear"/> or adding an overflow:auto; CSS style to the <header> will allow floated contents to affect the height of the <header>, thus solve the problem.

            Assignee:
            Unassigned
            Reporter:
            Daz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: