[JBoss JIRA] Created: (RF-6713) layout components: components layout became broken in case org.richfaces.SKIN context parameter = NULL.
by Mikhail Vitenkov (JIRA)
layout components: components layout became broken in case org.richfaces.SKIN context parameter = NULL.
-------------------------------------------------------------------------------------------------------
Key: RF-6713
URL: https://jira.jboss.org/jira/browse/RF-6713
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Environment: IE6, IE7, IE8, FF2, FF3.0.7, Safari 3.1, Opera 9.62, Chrome 1.0.154.43(3.3.1.BETA3)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
#1. Define org.richfaces.SKIN context parameter in web.xml:
<context-param>
<param-name>org.richfaces.SKIN</param-name>
<param-value>#{skinBean.skin}</param-value>
</context-param>
#2. Add layout components on the page as shown in attachment(index.xhtml)
#3. Navigate to the page.
#4. Select "NULL" from "skin" h:selectOneMen.
#5. Apply your changes by click on "Change" button.
#6. Verify layoutPanels positions.
Actual behavior:
layoutPanels follows each other regardless of "position" attribute value.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months