When icecore:singleSubmit wrps compat components, it listens to the following events in standard browsers: blur, change, and the following events in older versions of IE: onfocusout, onclick. Two problems can occur when the compat component is intended to submit from one event when partialSubmit=true. First, is that when partialSubmit=true, we don't want icecore:singleSubmit to act at all, otherwise it will cause a second redundant submit. Secondly, if the component is intended to submit from one event type, and icecore:singleSubmit receives another event first, such as on Chrome where change happens in a different sequence than other browsers, then it will be submitting from the wrong even, which can cause problems.