-
Bug
-
Resolution: Unresolved
-
Low (View bug fix roadmap)
-
None
-
8.4.0, 8.5.0, 8.13.0
-
8.04
-
1
-
Severity 3 - Minor
-
0
-
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
- 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.