[JBoss JIRA] Created: (RF-3697) Integration with rich:calender and tiny_mce breaks rich text editor
by FlaxSeed (JIRA)
Integration with rich:calender and tiny_mce breaks rich text editor
-------------------------------------------------------------------
Key: RF-3697
URL: http://jira.jboss.com/jira/browse/RF-3697
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: JSF 1.2, RF 3.2.1, TinyMCE 3.0.9, Tomcat 6
Reporter: FlaxSeed
I have a specific use case whereby if you have a rich:calendar (seems to be specific to this component) above a tiny_mce textarea that is inside a tab panel, the tiny_mce editor will not show. Move the rich calendar below, works fine. Have a look at the attached application to see the problem. It uses Maven 2, so you can use maven to build it to obtain the dependencies.
Basically, run the application and click the tab 2: what should be a tiny_mce RTE is just a regular textarea.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years
[JBoss JIRA] Created: (RF-4407) 3.2.2.CR3: <rich:ajaxValidator> ignores attribute value for "summary"
by Juergen Zimmermann (JIRA)
3.2.2.CR3: <rich:ajaxValidator> ignores attribute value for "summary"
---------------------------------------------------------------------
Key: RF-4407
URL: https://jira.jboss.org/jira/browse/RF-4407
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: RF 3.2.2.CR3, Facelets 1.1.15.B1, Mojarra 1.2_09, JDK 1.6.0_07, Hibernate Validator 3.1.0.CR2
Reporter: Juergen Zimmermann
I just get Hibernate's default message for <rich:ajaxValidator>, and not the value of the "summary" attribute. I checked these Hibernate annotations: @Pattern, @Range, @Min, @Email, @CreditCardNumber
--
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
[JBoss JIRA] Created: (RF-5098) Editor: all tags (existing and non-existing) disappears from editor after rerender in Safari.
by Alexander Dubovsky (JIRA)
Editor: all tags (existing and non-existing) disappears from editor after rerender in Safari.
---------------------------------------------------------------------------------------------
Key: RF-5098
URL: https://jira.jboss.org/jira/browse/RF-5098
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: Safari 3.2, 3.3.0.BETA1
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
# Input in editor some non-existent tag, e.g. <ffffff>
# Rerender editor => tag disappears from editor and is not saved to model. And It is not visible in source mode.
# Input in editor some existent tag, e.g. <a>
# Rerender editor => tag disappears from editor but is saved in model. And It is visible in source mode.
If repeat this steps in any other browser, e.g. Firefox, the result wil be another: any tag is saved to model and all special characters like '<', '>' are decoded in "<" and ">".
--
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
[JBoss JIRA] Created: (RF-3884) forward in filter makes rich faces compents not work
by deanhiller (JIRA)
forward in filter makes rich faces compents not work
----------------------------------------------------
Key: RF-3884
URL: http://jira.jboss.com/jira/browse/RF-3884
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Reporter: deanhiller
I was trying to use URLRewriter and noticed the ajax validators stopped working and getting javascript errors in the page. Turning of rewriter fixed this. After further debug, I put my own filter and found there is a major difference if the filter does
1. chain.doFilter(request, response)
2. a forward to the same exact page that is being requested
Basically, the html that comes back does not have the js script in it(the one without the js extension and the very long name), so basically all the components don't work. I really want to use the URLRewriter but then it seems I lose all the AJAX richfaces components. Can't use both together.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years
[JBoss JIRA] Created: (RF-3249) dataTable: sortMode="multi" work incorrectly.
by Mikhail Vitenkov (JIRA)
dataTable: sortMode="multi" work incorrectly.
---------------------------------------------
Key: RF-3249
URL: http://jira.jboss.com/jira/browse/RF-3249
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: IE, FF, Safari, Opera
Reporter: Mikhail Vitenkov
Assigned To: Nick Belaevski
Precondition: you have "D", "D", "A", "B" in the 1st column & "B", "A", "F", "X" in the 2nd.
Step 1. Set sortOrder="multi".
Step 2. Sort ascending 1st column by clicking - 1st column: "A", "B", "D", "D"; 2nd: "F", "X", "B", "A".
Step 3. Sort ascending 2nd column by clicking.
Actual behavior:
Instead of "F", "X", "A", "B" in the 2nd column nothing happens.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 1 month