inplaceInput: whitespaces between words should be trimmed in the IE 6, 7 the 
same as in the FF3 and Safari
----------------------------------------------------------------------------------------------------------

                 Key: RF-3980
                 URL: https://jira.jboss.org/jira/browse/RF-3980
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
         Environment: jsp
test-application
Tomcat 6
v3.2.2.BETA2

            Reporter: Tatyana Romanovich
            Assignee: Anton Belevich
            Priority: Minor


1. Create any tested jsf application with inplaceInput components:
<h:outputText value="Example8: icons" />
<rich:inplaceInput id="ii2" value="#{user.name}" defaultLabel="click to edit"
                                            showControls="true" 
                                            saveControlIcon="/tree/song.gif" 
cancelControlIcon="/tree/singer.gif" /> 
<a4j:commandButton value="reRender" reRender="out"/>
<h:outputText id="out" value="Name: #{user.name}" />
2. Run server, open application in the IE6,7, FF 3, Safari
3. Enter string "&nbsp;&nbsp;&nbsp; 
123&nbsp;&nbsp;&nbsp;&nbsp;456&nbsp;&nbsp;&nbsp;" and click reRender button
4. Compare entered text in the four browsers in the inplaceInput component
Result: in the IE 6,7 whitespaces between words are not trimmed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/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