-
Type:
Regression Bug
-
Status: Closed
-
Resolution: No Longer Reproducible
-
Affects Version/s: 6.1.X EE
-
Fix Version/s: 6.1.X EE
-
Component/s: Frontend Infrastructure
-
Labels:None
-
Fix Priority:4
Steps:
1-Sign in.
2-Add a blogs portlet
3-Click in "Blog entry" --> a javascript error is thrown:
Uncaught TypeError: Cannot call method 'all' of null
It affects menu.js in this lines:
if (!menu || !listContainer) { listContainer = trigger.one('ul'); /*SELECTOR_LIST_ITEM is null*/listItems = listContainer.all(SELECTOR_LIST_ITEM);
Other issue: Seems that after adding a Blog Entry, ratings are positioning next to <body> element (see attached image).
I think both problems are related.
- is duplicated by
-
LPS-44055 Ratings show above the dockbar when a blogs portlet displays a blog
- Closed