-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 7.2.0
-
Component/s: Issue - Fields
-
7.02
-
1
-
Severity 3 - Minor
Summary
The wiki-editor bundled add-on has a CSS rule that breaks AUI for other add-ons:
.aui-dropdown2-trigger[aria-disabled="true"]
{ border: 1px transparent solid !important; }All other CSS rules in this add-on are properly scoped, but this one isn't.
Environment
- jira-wiki-editor-1.11.7.jar
- JIRA 7.2
Steps to Reproduce
- Installed JIRA 7.2
Expected Results
The wiki-editor bundled add-on has a CSS rule that shouldn't break AUI for other add-ons
Actual Results
The wiki-editor bundled add-on has a CSS rule that breaks AUI for other add-ons