-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Component/s: ~[Archived] UI Taglibs
-
Labels:
-
Fix Priority:5
-
Git Pull Request:
-
QA Test Name:
- LocalFile.BlogsUsecase#ViewBlogsEntryFriendlyURLViaBlogsPortletAndRecentBloggers
- LocalFile.CPRolesCPSites#ViewSiteManageChildSiteSiteRole
- LocalFile.PGBlogs#UserFlagsEntryAndAdminViewsNotificationInMockMock
- LocalFile.StagingUsecase#EditPublishTemplate
- LocalFile.WebcontentpublicationUsecase#ViewRelatedAssetViaDMPortlet
- LocalFile.WorkflowMessageBoards#ApproveMessageBoardsThreadPG
- LocalFile.WorkflowMessageBoards#RejectMessageBoardsThreadPG
- LocalFile.WorkflowPageComments#ApprovePageCommentPG
- LocalFile.WorkflowPageComments#DeleteComment
- LocalFile.WorkflowPageComments#EditCommentAssignedToMe
- LocalFile.WorkflowPageComments#RejectPageCommentPG
- LocalFile.WorkflowUsecase#AddBlogsEntriesWithPortalScopeWorkflowAndAssertWorkflowScope
- LocalFile.WorkflowUsecase#AddWikiPageAsSiteUser
- LocalFile.WorkflowUsecase#ViewBlogsEntryWorkflowViaNotifications
- LocalFile.WorkflowWiki#ApproveFrontPageUserEdit
- LocalFile.WorkflowWiki#RejectFrontPageUserEdit
- LocalFile.WorkflowWiki#RejectWikiPagePG
-
QA Test Score:68
Steps to reproduce:
- Add a blog entry
- View blog entry
- Attempt to click on flag icon
Expected result: Flag icon is clickable and user is able to flag an entry
Actual result: Flag icon and other buttons in the container are not clickable
Alternate steps to reproduce:
- Add blogs portlet to the page.
- Configure its social bookmarks to be displayed as "menu".
- Add a blog entry.
- Click on the entry title to navigate to it.
- Click on the share button.
Expected: A dropdown menu is displayed.
Actual: No dropdown is displayed and the following error appears in the JS console:
Uncaught (in promise) Error: Namespace "goog.string" already declared. at Object.goog.provide (bundle.js:279) at bundle.js:2345 at Function.<anonymous> (bundle.js:5333) at Loader._setModuleImplementation (loader.js:981) at defineModules (loader.js:1094) at loader.js:1113 Uncaught Error: No template with namespace "ClayIcon.incrementaldom" has been loaded yet. at Soy.js:133 at trigger__soy153 (ClayDropdown.soy.js:90) at Object.soyIDOM.renderDynamicContent (bundle.js:4818) at Object.soyIDOM.print (bundle.js:4841) at $trigger (ClayDropdownBase.soy.js:425) at $render (ClayDropdownBase.soy.js:119) at Soy.renderIncDom (Soy.js:222) at render (render.js:451) at incremental-dom-cjs.js:736 at f (incremental-dom-cjs.js:667)
The same interaction does work outside of a single blog entry page.