-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: bridge-impl-4.0.0
-
Fix Version/s: bridge-impl-3.1.0, bridge-impl-4.1.0
-
Component/s: Liferay Faces Bridge Impl / Demos / Tests
-
Labels:None
Steps to reproduce:
- Add contracts="example" to f:view in the jsf-applicant-portlet's portletViewMode.xhtml.
- Add <h:outputStylesheet name="rlc.css" /> to the <h:head> section in the jsf-applicant-portlet's portletViewMode.xhtml.
- Create jsf-applicant-portlet/src/main/webapp/contracts/example/rlc.css with the following content:
body, .aui body { background-color: red; }
- Deploy the portlet, add it to a page, and refresh.
If the bug is fixed, the background will appear red.
If the bug still exists, the background will not appear red.