existing text wraps around inplaceinput edit box for long strings.
------------------------------------------------------------------

                 Key: RF-3707
                 URL: http://jira.jboss.com/jira/browse/RF-3707
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
         Environment: windows xp, jboss as 4.2.2, seam 2.1.0A
            Reporter: adamtarshis
            Priority: Minor


When using the inplaceInput on a column with a long string in a datatable, the 
end of the existing text wraps under the edit box when the edit box is 
activated. The text field i was using it with was 250 characters.  This may not 
be the intended use for this component, but it would be nice if the edit box 
covered the entire existing text or the existing text was somehow not visible 
while the edit box was active.

            <rich:column width="250px" style="width:200px;">
                <f:facet name="header">long description</f:facet>
                                <rich:inplaceInput layout="block" 
inputWidth="500px" 
                                        value="#{menuitem.longdescription}" 
id="longdescription" maxInputWidth="500px"
                                        changedHoverClass="hover" 
viewHoverClass="hover"
                                        viewClass="inplace" 
changedClass="inplace" selectOnEdit="true"
                                        editEvent="ondblclick">
                                </rich:inplaceInput>
                
            </rich:column>



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