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.
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | dataTable bug.jpg [ 16424 ] |
Salesforce Case Reference | 5007000000YZKHTAA5 |
Assignee | Arturo Zambrano [ artzambrano ] | |
Fix Version/s | 4.0 [ 10770 ] | |
Fix Version/s | EE-3.3.0.GA_P02 [ 11371 ] | |
Assignee Priority | P2 [ 10011 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #39883 | Tue Feb 04 14:18:07 MST 2014 | art.zambrano | |
Files Changed | ||||
![]() |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 4.0 [ 11382 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
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"