[richfaces-issues] [JBoss JIRA] Created: (RF-10163) inplaceSelect: showPopup js API works wrong with default label

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Mon Jan 10 09:15:49 EST 2011


inplaceSelect: showPopup js API works wrong with default label
--------------------------------------------------------------

                 Key: RF-10163
                 URL: https://issues.jboss.org/browse/RF-10163
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-input
    Affects Versions: 4.0.0.Milestone5
            Reporter: Ilya Shaikovsky
            Assignee: Nick Belaevski


1) 
			<rich:inplaceSelect defaultLabel="Click here to edit"
				openOnEdit="true" id="ii">
				<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>
			<h:commandButton  value="set" onclick="#{rich:component('ii')}.showPopup(); return false;"/>
After clicking the button - the component not goes to edit state. but popup appears.


-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list