Uploaded image for project: 'Jira Software Data Center'
  1. Jira Software Data Center
  2. JSWSERVER-20743

Adding checkbox or radio button in Report plugin is not working (the buttons cannot be clicked)

      Issue Summary

      The checkboxes and radios in Jira Configurable Reports plugin are styled incorrectly after update to AUI 8.4.0 (since Jira 8.4.0).
      AUI checkboxes and radios after 8.4 can't be clicked unless they have a label and Jira's configurable reports don't look like they were designed to require label content for them.

      Steps to Reproduce

      1. Install attached plugin report.checkbox.issue-1.0.0-SNAPSHOT.jar
        2. Open any project
        3. Click Reports tab
        4. Find and click "custom.report.label" report
        5. Try click checkbox

      To create plugin yourself, follow tutorial. Steps for adding the modules are described here. After running atlas-create-jira-plugin-module command, type 25 to choose Reports module type. Then add property to atlassian-plugin.xml:

      <property>
      	<key>CheckBox</key>
      	<name>CheckBox</name>
      	<description/>
      	<type>checkbox</type>
      </property>
      

      Expected Results

      Checkbox can be toggled.

      Actual Results

      Checkbox cannot be toggled.

      Workaround

      Add a description to this 'checkbox' property in atlassian-plugin.xml. It will enable toggling the checkbox by clicking on the description text, but not if clicked on the checkbox itself.

              Unassigned Unassigned
              5b2ccddb8927 Anna Przybycień
              Affected customers:
              3 This affects my team
              Watchers:
              8 Start watching this issue

                Created:
                Updated: