Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.3
-
Fix Version/s: 4.0.BETA, EE-3.3.0.GA_P02, 4.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Windows7
-
Assignee Priority:P2
-
ICEsoft Forum Reference:
-
Salesforce Case Reference:
Description
I have problem when I use row editing in combination with filtering.
How to reproduce it:
I downloaded code from:
[url]http://icefaces-showcase.icesoft.org/showcase.jsf?grp=aceMenu&exp=dataTableBean[/url]
and did small modification as you can see on attached picture.
After that when I make filtering, i get wrong data to change as you can see on picture also.
How to reproduce it:
I downloaded code from:
[url]http://icefaces-showcase.icesoft.org/showcase.jsf?grp=aceMenu&exp=dataTableBean[/url]
and did small modification as you can see on attached picture.
After that when I make filtering, i get wrong data to change as you can see on picture also.
One more comment.
To make workaround for this issue, we use datatable without paging. But because we have a lot of element in list, when we use scrollbar and position at the middle of the screen, then click on EDIT button, scroll bar position is reset to the top
Scrollbar position should remain unchanged, so instead <a href="#" ... or <a .. without href
should be used:
<a href ="" onclick="something();return false"