Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2
-
Fix Version/s: 6.1.X EE, 6.2.0 CE M3
-
Component/s: WCM, WCM > Navigation
-
Labels:
-
Branch Version/s:6.1.x
-
Backported to Branch:Committed
-
Fix Priority:4
-
Similar Issues:
Description
In the control panel, if the breadcrumb is displayed in two lines or more, the bottom part overlaps and hides the portlets title.

For the record the solution that we have agreed on for this problem is to not render the breadcrumb from the theme but from a Control Panel JSPF.
This is necessary because the theme had to use some CSS magic to position the breadcrumb were it goes and that magic ends up having limitations when there are overflows.
This makes more sense from a functional perspective too, because the breadcrumb is absolutely needed and the theme should never not remove it. Since the markup is semantic, the theme can still style it.