Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
6.2.0 CE RC1, 6.2.0 CE RC4
-
None
-
Tomcat 7.0.40 + MySQL 5.5. Portal master GIT ID: a356dcb01eef5ce2926c30cabee61d9c6c80b257.
-
4
-
Regression Bug
Description
UPDATE: This can be reproduced whenever a portlet using inline editor and another one using normal editor appear on the page. The described issue is the side effect of the inline editor js file not loading due to a race condition.
The 'Select' related assets button is unresponsive unless the page is refreshed in the message boards portlet. This only occurs the first time a users tries to add a related asset in the Message Boards portlet.
- Start liferay with a clean db/cache
- Add the Message Boards and Blogs portlet
- In the Blogs portlet, add a Blogs Entry
- In the Message Boards portlet, click 'Post New Thread'
- Expand the Related Assets panel
- Click on the 'Select' button
- Assert that nothing happens
Expected result:
After clicking on the 'Select' button, a drop down menu will appear.
Actual result:
After clicking on the 'Select' button, nothing happens.