[richfaces-issues] [JBoss JIRA] Created: (RF-3502) Inplaces: Buttons hide input field if controlsVerticalPosition="top".

Heorhi Maksimenko (JIRA) jira-events at lists.jboss.org
Thu May 22 07:59:59 EDT 2008


Inplaces: Buttons hide input field if controlsVerticalPosition="top".
---------------------------------------------------------------------

                 Key: RF-3502
                 URL: http://jira.jboss.com/jira/browse/RF-3502
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
         Environment: All browsers
            Reporter: Heorhi Maksimenko
         Assigned To: Nick Belaevski
         Attachments: RF 3502 IE6.jpg, RF 3502 Safari inplaceInput.jpg, RF 3502 Safari inplaceSelect.jpg

<rich:inplaceSelect showControls="true" controlsHorizontalPosition="left" controlsVerticalPosition="top" 
		id="inplaceSelect" defaultLabel="invisible">                
                <f:facet name="controls">
                	<f:verbatim>
                    <button onclick="$('formID:inplaceSelectSubviewID:inplaceSelect').component.save()"
                        type="button">Save</button>
                    <button onclick="$('formID:inplaceSelectSubviewID:inplaceSelect').component.cancel()"
                        type="button">Cancel</button>
                	</f:verbatim>
                </f:facet>
                <f:selectItem itemLabel="visible" itemValue="visible" />
                <f:selectItem itemLabel="invisible" itemValue="invisible" />
</rich:inplaceSelect>

Click on inplaceSelect on the page.--> inplaceSelect go to edit state, but buttons are presented in incorrect place. See attachment.

Expected results:
InplaceInput and InplaceSelect should be higher

-- 
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