]
Jiří Štefek moved RF-10766 to RFPL-4116:
----------------------------------------
Project: RichFaces Planning (was: RichFaces)
Key: RFPL-4116 (was: RF-10766)
Workflow: GIT Pull Request workflow (was: GIT Pull Request workflow with
automatic PR triggers)
Component/s: QE
(was: qe)
Affects Version/s: 4.1.0.Milestone4
4.0.0.Final
(was: 4.0.0.Final)
(was: 4.1.0.Milestone4)
Fix Version/s: 4.5.13
(was: 4.5.13)
Sub table: rerender doesn't work correctly
------------------------------------------
Key: RFPL-4116
URL:
https://issues.jboss.org/browse/RFPL-4116
Project: RichFaces Planning
Issue Type: Bug
Components: QE
Affects Versions: 4.1.0.Milestone4, 4.0.0.Final
Environment: RichFaces 4.0.0-SNAPSHOT r.22230
Metamer 4.0.0-SNAPSHOT r.22240
Mojarra 2.1.0-FCS
GlassFish Server Open Source Edition 3.1-SNAPSHOT
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Firefox 3.6.15 @ Linux x86_64
Reporter: Pavol Pitonak
Assignee: Michal Petrov
Fix For: 4.5.13
# deploy Metamer and open
http://localhost:8080/metamer/faces/components/richCollapsibleSubTable/co...
# set title of first person to "Programmer Analyst"
# rerender the page (fourth button in header)
# set titel of first person to "Vice President"
# rerender the page (fourth button in header)
\\
result:
* the subtable "Men" is collapsed after rerendering
* when the title is changed the second time, "Director" is displayed on the
page instead of "Vice President"
* after second rerendering, "Programmer Analyst" appears
The same sample in rich:dataTable and rich:extendedDataTable works fine.