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 M4
-
Component/s: WCM, WCM > Navigation
-
Branch Version/s:6.1.x
-
Backported to Branch:Committed
-
Story Points:2
-
Fix Priority:4
-
Similar Issues:
Description
1. Add Breadcrumb portlet to a page
2. Configure it to display only one item, e.g. uncheck "Show Guest Site" option so it displays the Welcome page link only
3. Reload the page to refresh the portlet
4. View page source - the generated HTML tag is <li class="last" class="first"> instead of <li class="last">
Issue Links
- relates
-
LPS-32481
Inconsistency in breadcrumb styling
-

PASSED Manual Testing following the steps in the description.
Reproduced on:
Tomcat 7.0 + MySQL 5. Portal 6.2.x 6.1.20 EE GA2.
The generated HTML tag is <li class="last" class="first">.
Fixed on:
Tomcat 7.0 + MySQL 5. Portal 6.2.x GIT ID: 743379dba6b274e8de751c55c0b58bb0d2e6b7c5.
The generated HTML tag now is <li class="only">.