-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.X, 7.2.X, Master
-
Fix Version/s: 7.0.0 DXP FP86, 7.0.10.12 DXP SP12, 7.0.X, 7.1.10 DXP FP10, 7.1.10.2 SP2, 7.1.3 CE GA4, 7.1.X, Master
-
Component/s: Frontend Infrastructure
-
Branch Version/s:7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Story Points:0.25
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce
- Add theme.css.fast.load=false to portal-ext.properties
- Start up your Liferay bundle
- Copy v1/demo-css-update.jar to your deploy folder and wait for deployment to complete
- Add the Demo CSS Update portlet to the page, and confirm that the first row has a red background
- Copy v2/demo-css-update.jar to your deploy folder and wait for deployment to complete
- Clear your browser cache, refresh the page, and confirm that the first row has a black background (if it has a red background, you've reproduced the issue early)
- Restart your Liferay bundle without clearing the Tomcat work folder
- Clear your browser cache, refresh the page, and confirm that the first row still has a black background
- Copy v1/demo-css-update.jar to your deploy folder and wait for deployment to complete
- Clear your browser cache, refresh the page
Expected behavior is that the first row returns to having a red background.
Actual behavior is that it still has a black background.