Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: EE-3.3.0.GA_P02
-
Fix Version/s: EE-3.3.0.GA_P04
-
Component/s: Framework, ICECORE-Components
-
Labels:None
-
Environment:All
-
Assignee Priority:P2
-
Support Case References:Support Case #13503 - https://icesoft.my.salesforce.com/5007000001JEL4i
-
Workaround Description:Cancel 'change' events for the textarea thus allowing the 'click' event from the 'Page 2' button to go out.
Description
When using the icecore:singleSubmit tag on the form and setting blockUiOnSubmit, it is preventing button clicks from executing their actions. This is only when editing an input field, and then clicking the button/link. The blur event for the input field is called correctly but this is preventing the button/link click from calling it's action.
We have dealt with this issue in the past on 1.8.
We have dealt with this issue in the past on 1.8.
Attached test case that shows this issue. Note: the icefaces.jar, icefaces-compat.jar and icefaces-ace.jar files need to be added into the war to show this issue.
Steps: