[JBoss JIRA] Created: (RF-7040) Not possible to rerender rich:editor in Google Chrome
by Frank Bitzer (JIRA)
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
Priority: Blocker
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
16 years, 6 months
[JBoss JIRA] Created: (RF-7705) Duplicate tags in facelets tag library
by Alexander Smirnov (JIRA)
Duplicate tags in facelets tag library
--------------------------------------
Key: RF-7705
URL: https://jira.jboss.org/jira/browse/RF-7705
Project: RichFaces
Issue Type: Bug
Components: build
Affects Versions: 3.3.0
Environment: Glassfish V3 server with shared facelets library.
Reporter: Alexander Smirnov
Glassfish server has XML validation on by default. Facelets taglib parser throws exception during initialization:
The part of library is :
<tag>
02. <tag-name>dragIndicator</tag-name>
03. <component>
04. <component-type>org.richfaces.DragIndicator</component-type>
05. <renderer-type>org.richfaces.DragIndicatorRenderer</renderer-type>
06. </component>
07. </tag>
08.<tag>
09. <tag-name>dragListener</tag-name>
10. <handler-class>
11. org.richfaces.taglib.DragListenerHandler
12. </handler-class>
13.
14. </tag>
15.<tag>
16. <tag-name>dragListener</tag-name>
17. <handler-class>
18. org.richfaces.taglib.DragListenerHandler
19. </handler-class>
20.
21. </tag>
22.<tag>
23. <tag-name>dragSupport</tag-name>
24. <component>
25. <component-type>org.richfaces.DragSupport</component-type>
26. <renderer-type>org.richfaces.DragSupportRenderer</renderer-type>
27. <handler-class>org.richfaces.taglib.DragSupportHandler</handler-class>
28. </component>
29. </tag>
30.<tag>
--
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
16 years, 6 months
[JBoss JIRA] Created: (RF-7763) panelBar: impossible to save state of selected panel.
by Ilya Shaikovsky (JIRA)
panelBar: impossible to save state of selected panel.
-----------------------------------------------------
Key: RF-7763
URL: https://jira.jboss.org/jira/browse/RF-7763
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.2.CR1
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
<a4j:support event="onitemchange"/> on panel bar - fires request before appying new selected panel value
<a4j:support event="onenter"/> for concrete panel works the same.
we need to have at least "onitemchanged" new property and maybe think about changing behavior for onenter - firing after actual entering the new bar. (All the processing needed before could be placed in onleave.)
I consider this as a bug and not an RFC because the component lacks important functionality at all and it has no workarounds for customers.
--
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
16 years, 6 months