[
https://jira.jboss.org/jira/browse/RF-7040?page=com.atlassian.jira.plugin...
]
Martin Denham commented on RF-7040:
-----------------------------------
As Nick Belaevski mentioned above, it is reproducible on your LiveDemo site.
1. Go to Rich Input/Editor on your Live Demo site
2. Enter some text in the editor
3. Attempt an ajax update by toggling between Simple and Advanced
4. In chrome the entered text will disappear but not in i.e.
Not possible to rerender rich:editor in Google Chrome
-----------------------------------------------------
Key: RF-7040
URL:
https://jira.jboss.org/jira/browse/RF-7040
Project: RichFaces
Issue Type: Bug
Components: component-input
Affects Versions: 3.3.0
Environment: RichFaces 3.3.0 or 3.3.1.CR2, Google Chrome 1.0.154.64
Reporter: Frank Bitzer
Assignee: Tsikhon Kuprevich
Fix For: 3.3.2.CR1
When a rich:editor is rerendered using an a4j:commandLink in Google Chrome, it gets
disabled and the content disappears, while in all other browsers (tested IE7, FF3, Opera
9.6) everything works fine.
Here is the code to reproduce the behaviour:
<h:form>
<a4j:commandLink action="#{bean.prepareMessage()}"
reRender="editor">
Refresh editor
</a4j:commandLink>
<rich:editor id="editor" value="#{bean.message}"
useSeamText="false" width="600" height="300"/>
</h:form>
Bean "bean":
//Setters and getters for property "message"
//...
public void prepareMessage(){
message = String.valueOf(new GregorianCalendar().getTimeInMillis());
}
--
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