[
https://jira.jboss.org/jira/browse/RF-7040?page=com.atlassian.jira.plugin...
]
Martin Denham commented on RF-7040:
-----------------------------------
Hi,
I cannot reproduce the problem in Firefox now. However we have changed our page which
exhibited the error.
I managed to find the exact version of Firefox - 3.0.11 - which I first noticed the
problem in so it is not related to a fix in Firefox. Although, it could be related to a
change in our page because the application is still very much in development and that page
has been changed a lot.
Given that I was the only person who reported the problem in Firefox and I can not now
reproduce it in Firefox I think you can assume the problem only occurs in Chrome and
Safari.
Sorry it took so long to respond but our database has been down and I wanted to test
against the applicationin which I originally noticed the problem.
Regards
Martin
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, 3.3.1
Environment: RichFaces 3.3.0 or 3.3.1.CR2, Google Chrome 1.0.154.64, Chrome 2.0,
Safaro 4.0
Reporter: Frank Bitzer
Assignee: Nick Belaevski
Fix For: 3.3.2.GA
Attachments: RF-7040 xhtml response validation.pdf
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