Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha3
-
Fix Version/s: 2.0.0
-
Component/s: ICE-Components
-
Labels:None
-
Environment:compat
Description
Certain components create hidden fields, either via server rendering, or via javascript DOM manipulation, which have a name but no id. These hidden input fields are special, intended for sending one-off messages back to the server. They rely on resetHiddenFields() clearing the special hidden input field values, so that the one-off messages are not re-sent in subsequent form submits.
It should be possible to find all of these, by searching for "hidden" in the source code, so that they can be enumerated, and hopefully removed, thus removing the need for resetHiddenFields() itself. Likely, uses can be replaced with parameters to iceSubmit() and iceSubmitPartial(). An alternate strategy is depicted inICE-5796, the parent task, for removing resetHiddenFields() itself.
It should be possible to find all of these, by searching for "hidden" in the source code, so that they can be enumerated, and hopefully removed, thus removing the need for resetHiddenFields() itself. Likely, uses can be replaced with parameters to iceSubmit() and iceSubmitPartial(). An alternate strategy is depicted in
Issue Links
- blocks
-
ICE-5796 Try to eliminate resetHiddenFields() function in Compat Comps.
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 2.0-Beta2 [ 10242 ] | |
Assignee Priority | P2 | |
Affects Version/s | 2.0-Alpha3 [ 10032 ] | |
Affects Version/s | 2.0-Beta1 [ 10231 ] | |
Assignee | Mark Collette [ mark.collette ] |
Salesforce Case | [] | |
Fix Version/s | 2.0.0 [ 10230 ] | |
Fix Version/s | 2.0-Beta2 [ 10242 ] | |
Assignee Priority | P2 |
Salesforce Case | [] | |
Assignee Priority | P1 |
Salesforce Case | [] | |
Assignee | Mark Collette [ mark.collette ] | Ted Goddard [ ted.goddard ] |
Assignee | Ted Goddard [ ted.goddard ] | Ken Fyten [ ken.fyten ] |
Salesforce Case | [] | |
Assignee Priority | P1 | P2 |
Assignee | Ken Fyten [ ken.fyten ] | Yip Ng [ yip.ng ] |
Attachment | screenshot-01.png [ 12713 ] |
Attachment | screenshot-02.png [ 12714 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #23231 | Mon Nov 29 13:49:34 MST 2010 | yip.ng | |
Files Changed | ||||
![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #23244 | Mon Nov 29 17:34:39 MST 2010 | yip.ng | |
Files Changed | ||||
![]() ![]() |
Attachment | screenshot-03.png [ 12715 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #23251 | Tue Nov 30 13:56:10 MST 2010 | yip.ng | |
Files Changed | ||||
![]() |
Attachment | screenshot-04.png [ 12716 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #23253 | Tue Nov 30 15:31:59 MST 2010 | yip.ng | |
Files Changed | ||||
![]() |
Attachment | screenshot-05.png [ 12721 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #23269 | Wed Dec 01 14:15:44 MST 2010 | yip.ng | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #23270 | Wed Dec 01 17:02:09 MST 2010 | yip.ng | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #23279 | Thu Dec 02 11:52:24 MST 2010 | yip.ng | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #23283 | Thu Dec 02 14:23:50 MST 2010 | yip.ng | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #23286 | Thu Dec 02 16:08:17 MST 2010 | yip.ng | |
Files Changed | ||||
![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #23287 | Thu Dec 02 16:18:18 MST 2010 | yip.ng | |
Files Changed | ||||
![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P2 |
First remove uses of the API, then remove the API itself, so that the icefaces2 trunk always functions properly.