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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
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).