]
Michal Petrov commented on RF-13474:
------------------------------------
There seems to be some issue with calculating the range of rows to go through, however I
cannot reproduce this outside of metamer.
Extended data table: selection inside r:region doesn't work
-----------------------------------------------------------
Key: RF-13474
URL:
https://issues.jboss.org/browse/RF-13474
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-tables
Affects Versions: 4.3.4, 4.5.0.Alpha1, 4.5.0.Alpha3, 5.0.0.Alpha2
Environment: RichFaces 4.3.4.Final
Metamer 4.3.4.Final
EAP 6.2.0
all browsers
Reporter: Pavol Pitonak
Fix For: 4.5-Tracking
# deploy Metamer and open
http://localhost:8080/metamer/faces/components/richExtendedDataTable/sele...
# using data scroller switch to page 2
# click on fifth row
# using data scroller switch to page 1
# hold shift, click on third row, release shift
# hold ctrl, click on fifth row, release ctrl
# using data scroller switch to page 2
result:
* rows that have never been selected are now selected (e.g. 45-49)
* it's *not* a regression
* it is probably related to RF-10256 - previously, selection didn't work when EDT was
placed inside a table or region, now it works inside tables but not inside region