ExtendedDataTable: cellspacing, cellpadding do not work.
--------------------------------------------------------
Key: RF-6653
URL: https://jira.jboss.org/jira/browse/RF-6653
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Environment: 3.3.1.BETA2
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Priority: Minor
cellspacing, cellpadding attributes do not work
--
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
The same for extendedDataTable.
-------------------------------
Key: RF-5767
URL: https://jira.jboss.org/jira/browse/RF-5767
Project: RichFaces
Issue Type: Sub-task
Affects Versions: 3.3.1
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
This selection is wrong because placed at the same line where it was before but there is another object..
It should be cleared after sorting.
--
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
extendedDataTable: only table body should be reRendered using built-in filtering with filterBy. cursor should keep its position.
--------------------------------------------------------------------------------------------------------------------------------
Key: RF-6642
URL: https://jira.jboss.org/jira/browse/RF-6642
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
actual info. cursor jumps to the first position after filter used.
--
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
ExtendedDataTable: headers are misaligned in case frame="border" under Opera and IE.
------------------------------------------------------------------------------------
Key: RF-6655
URL: https://jira.jboss.org/jira/browse/RF-6655
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Environment: 3.3.1.BETA2
IE7-8
Opera 9.6
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Priority: Optional
# Set frame="border" and border="10" for ExtendedDataTable
# Open page with table under Opera 9.6 or IE7-8 and check headers of columns
Result: see attached screen shot.
--
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
ExtendedDataTable does not save state after rerender if componentState or tableState attribute is not defined.
--------------------------------------------------------------------------------------------------------------
Key: RF-6660
URL: https://jira.jboss.org/jira/browse/RF-6660
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.1
Environment: 3.3.1.BETA2
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
# Open page with extendedDataTable. Change order of its columns by dragging.
# Rerender table
Result: columns order is restoredto initial state
# Group table by any column
# Rerender table
Result: grouping is lost.
--
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
Grouping Columns in ExtendedDataTable Externally
------------------------------------------------
Key: RF-6158
URL: https://jira.jboss.org/jira/browse/RF-6158
Project: RichFaces
Issue Type: Feature Request
Affects Versions: 3.3.0
Reporter: Alireza Salimi
Currently grouping effect in ExtendedDataTable is done automatically and the developer has no control over it,
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=150021
This method is not suitable for large data came from Databases. It is better to give the developer the
ability to group the data externally.
--
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
extendedDataTable(SDT): scrolling is reset after submit.
--------------------------------------------------------
Key: RF-5312
URL: https://jira.jboss.org/jira/browse/RF-5312
Project: RichFaces
Issue Type: Bug
Environment: IE6, IE7, FF 3.1.3, Safari 3.1, Opera 9.62(3.3.0.BETA3)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
Priority: Minor
#1. Scroll SDT down.
#2. Make ajax or form submit.
#3. Verify scroll position.
Actual behavior:
Scroll is in initial position.
--
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
ExtendedDataTable: impossible to restore hidden columns if the last column has no header
----------------------------------------------------------------------------------------
Key: RF-6546
URL: https://jira.jboss.org/jira/browse/RF-6546
Project: RichFaces
Issue Type: Bug
Environment: RF 3.3.1-SNAPSHOT
Facelets
Reporter: Andrei Markavtsov
Assignee: Nick Belaevski
Priority: Minor
<rich:extendedDataTable value="#{bean.rows}">
<rich:column label="1">
<h:outputText value="Text"></h:outputText>
</rich:column>
<rich:column label="2">
<f:facet name="header">
<h:outputText value="Header"></h:outputText>
</f:facet>
<h:outputText value="Text"></h:outputText>
</rich:column>
</rich:extendedDataTable>
1. Hide the second column through the context menu
2. Mouse over to the first column header
3. JS error appeared. It's impossible to restore hidden column anymore.
--
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