-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.1 CE GA2, 7.0.0 DXP SP6, 7.0.0 DXP FP38, 7.0.X
-
Fix Version/s: 7.0.0 DXP FP45, 7.0.6 CE GA7, 7.0.0 DXP SP8, 7.0.X
-
Component/s: Product Menu
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Fix Priority:2
-
Git Pull Request:
- Sign In
- View the page's HTML source
You'll see something like the following
<a href="http://localhost?p_p_id=com_liferay_knowledge_base_web_portlet_AdminPortlet"> <span class="company-details"> <img alt="" class="company-logo" src="/image/company_logo?img_id=0&t=1464774685838" /> <span class="company-name">Liferay</span> </span> <a href="javascript:;" class="icon-monospaced sidenav-close visible-xs-block" > <svg class="lexicon-icon lexicon-icon-times" role="img" title="" > <use xlink:href="http://localhost/o/admin-theme/images/lexicon/icons.svg#times" /> </svg> <span class="taglib-icon-label"></span> </a> </a>
Notice that the second <a> tag is opened before the first <a> tag is closed.
This problem is in modules/apps/web-experience/product-navigation/product-navigation-product-menu-web/src/main/resources/META-INF/resources/portlet/view.jsp. There's an <aui:icon> tag (which generates an <a> tag) inside of an <a>.
Notice: This issue was fixed on master by LPS-75898.
- is fixed by
-
LPS-75898 Product menu close icon does not display correctly in mobile
- Closed