[richfaces-issues] [JBoss JIRA] Created: (RF-3156) inplaceSelect: positioning problems

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Mon Apr 21 06:45:44 EDT 2008


inplaceSelect: positioning problems
-----------------------------------

                 Key: RF-3156
                 URL: http://jira.jboss.com/jira/browse/RF-3156
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
            Reporter: Ilya Shaikovsky
         Assigned To: Nick Belaevski


Look to screen attached from different browsers.

code:
	<rich:simpleTogglePanel label="123123">
	<rich:inplaceSelect value="#{inplaceComponentsBean.inputValue}"
		defaultLabel="Click here to edit">
		<f:selectItem itemValue="0" itemLabel="Option 1" />
		<f:selectItem itemValue="1" itemLabel="Option 2" />
		<f:selectItem itemValue="2" itemLabel="Option 3" />
		<f:selectItem itemValue="3" itemLabel="Option 4" />
		<f:selectItem itemValue="4" itemLabel="Option 5" />
	</rich:inplaceSelect>
	</rich:simpleTogglePanel>
	<rich:tabPanel>
	<rich:tab label="tab 1"></rich:tab>
	<rich:tab label="tab 1"></rich:tab>
	<rich:tab label="tab 1"></rich:tab>
	<rich:tab label="tab 1"></rich:tab>
	</rich:tabPanel>



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list