[
https://jira.jboss.org/jira/browse/RF-3980?page=com.atlassian.jira.plugin...
]
Tatyana Romanovich updated RF-3980:
-----------------------------------
Description:
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 "# # # 123 #
&#nbsp;# # 456# # # " 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.
was:
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 "# # #
123# # # # 456# # # "
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.
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 "# # # 123 #
&#nbsp;# # 456# # # " 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