Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0-EE-Beta1
-
Fix Version/s: 2.0.0-EE-Beta1, 2.0.1
-
Component/s: Framework
-
Labels:None
-
Environment:2.0.0-EE-Beta1 Trunk
Description
After applying singleSubmit to the ice-cc:editableTable component noticed that when editing an ice:inputText field and tabbing out, the same submit was performed twice.
When tabbing through the fields in the editableTable without editing the content, there is just a singleSubmit.
When tabbing through the fields in the editableTable without editing the content, there is just a singleSubmit.
Activity
Brad Kroeger
created issue -
Brad Kroeger
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Ken Fyten [ ken.fyten ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | 2.0.1 [ 10255 ] | |
Assignee Priority | P2 | |
Assignee | Ken Fyten [ ken.fyten ] | Ted Goddard [ ted.goddard ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #23983 | Fri Feb 18 09:36:03 MST 2011 | ted.goddard | relying on change events only for text submission ( |
Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/core/src/main/javascript/application.js
|
Ted Goddard
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Assignee Priority | P2 |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #24738 | Wed Jun 01 13:24:31 MDT 2011 | arran.mccullough | |
Files Changed | ||||
MODIFY
/icefaces2/scratchpads/patches/sf-10125/icefaces/core/src/main/javascript/application.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #24753 | Thu Jun 02 12:38:10 MDT 2011 | arran.mccullough | |
Files Changed | ||||
MODIFY
/icefaces2/scratchpads/patches/SF9769/icefaces/core/src/main/javascript/application.js
|
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
singleSubmit has been modified so that only change events cause submission for most browsers. Since IE does not provide a bubbling change event, submission occurs on focus out for IE.
ICE-6590has been created to track the development of a more configurable singleSubmit (for instance, if blur events are desired on Firefox it should be possible to configure them for submission as well).