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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to