css classes automatic inserting in guide
-----------------------------------------
Key: RF-6420
URL: https://jira.jboss.org/jira/browse/RF-6420
Project: RichFaces
Issue Type: Task
Components: doc
Affects Versions: 3.3.0
Reporter: Svetlana mukhina
Assignee: Gleb Galkin
Fix For: 3.3.1-doc
It's necessary to find the way to insert css classes automatically to the tables directly from dev project, the same as it's done for tables with attributes
--
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
Whitespaces can not be preserved in rerendered arrea
----------------------------------------------------
Key: RF-4565
URL: https://jira.jboss.org/jira/browse/RF-4565
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Reporter: alepekhin
Whitespaces should be preserved in rerendered area if they are inside form fields or text areas with style attribute "white-space:pre"
Test case:
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%>
<f:view>
<h:outputText value="Five spaces between stars:* *" id="output" style="white-space:pre"/>
<h:form>
<h:inputText value="Five spaces between stars:* *" id="input"/>
<h:commandButton action="#" value="Submit"/>
<a4j:commandLink action="#" reRender="input, output">
<h:outputText value="rerender"/>
</a4j:commandLink>
</h:form>
</f:view>
Aftre pressing "rerender" link five spaces are trimmed to one in both text fields.
--
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
Components groups
------------------
Key: RF-944
URL: http://jira.jboss.com/jira/browse/RF-944
Project: RichFaces
Issue Type: Task
Components: doc
Affects Versions: 3.1.0
Reporter: Svetlana mukhina
Assigned To: Svetlana mukhina
Fix For: 3.2.0
Components should be grouped, placed under + sing, short passages concerning components differences and similarities should be written
--
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
Verify the content of each question section
-------------------------------------------
Key: RF-6631
URL: https://jira.jboss.org/jira/browse/RF-6631
Project: RichFaces
Issue Type: Sub-task
Components: doc
Affects Versions: 3.3.0
Reporter: Svetlana mukhina
Assignee: Gleb Galkin
Fix For: 3.1.x
It's necessary to verify information given in the current guide chapters
--
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
Component Type table
---------------------
Key: RF-928
URL: http://jira.jboss.com/jira/browse/RF-928
Project: RichFaces
Issue Type: Task
Components: doc
Affects Versions: 3.1.0
Reporter: Svetlana mukhina
Assigned To: Svetlana mukhina
Fix For: 3.2.0
When necessary the table should be visually divided into two with some design feature.
--
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
rich:scrollabledatatable loses input field values when AJAX scrolling occurs
----------------------------------------------------------------------------
Key: RF-3902
URL: http://jira.jboss.com/jira/browse/RF-3902
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1, 3.2.0.SR1, 3.2.2
Reporter: Daniel Young
Priority: Critical
We are trying to do in-table editing with <rich:scrollabledatatable>, but the user's input gets reset if they use scroll down and then back up again.
I've traced the ajax request using Firebug, and can see that the user's input values do get POST'ed when the AJAX scrolling occurs. I also tried debugging UIScrollableDataTable against the source, into the processScrolling() method, but did not have enough JSF component knowledge to make sense of it.
--
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
New highlighter
---------------
Key: RF-927
URL: http://jira.jboss.com/jira/browse/RF-927
Project: RichFaces
Issue Type: Task
Components: doc
Affects Versions: 3.1.0
Reporter: Svetlana mukhina
Assigned To: Nick Belaevski
Fix For: 3.2.0
We need a new highlighter, more sophisticated one.
--
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
Tables movement
---------------
Key: RF-924
URL: http://jira.jboss.com/jira/browse/RF-924
Project: RichFaces
Issue Type: Task
Components: doc
Affects Versions: 3.1.0
Reporter: Svetlana mukhina
Assigned To: Korluzhenko Veronika
Fix For: 3.2.0
The Table of attributes and Component identification parameters will be placed in the end of each component chapter
--
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
maxHeight and maxWidth for rich:modalPanel to restrict autosized="true"
------------------------------------------------------------------------
Key: RF-5763
URL: https://jira.jboss.org/jira/browse/RF-5763
Project: RichFaces
Issue Type: Feature Request
Affects Versions: 3.2.2
Reporter: Francisco Jose Peredo Noguez
If I configure a rich:modalPanel with autosized="true", and its contents change dinamically, its size might increase wihout any limit, I want to be able to constraint the maximum heigth or wdith that the the modalPanel can reach.
--
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