-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Low
-
None
-
Affects Version/s: 5.1
-
Component/s: Editor - Page / Comment Editor
The content by label macro doesn't render nicely in IE9 when included in a panel or section. In IE9, the scroll bar are shown, which are unnecessary. See screenshot for example:

Cause:
line-height is set in IE9
Workaround:
Use Chrome or upgrade to IE 10
If the entire organization is using IE9 and not other browsers, you may apply the following customization (Confluence Admin > Look & Feel > Stylesheet):
.content-by-label {
line-height:normal !important;
}
- is duplicated by
-
CONFSERVER-32655 The "Content by Label" macro presents up/down text box arrows next to each list entry in IE9
-
- Closed
-
-
CONFSERVER-32807 Content by Label Macro Displaying Text Box Arrows in IE9
-
- Closed
-