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.
Activity
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | Case13503Example.war [ 20686 ] | |
Attachment | Case13503Example.zip [ 20687 ] |
Ken Fyten
made changes -
Assignee | Mircea Toma [ mircea.toma ] | |
Fix Version/s | EE-3.3.0.GA_P04 [ 12270 ] | |
Affects Version/s | EE-3.3.0.GA_P03 [ 11572 ] | |
Assignee Priority | P2 [ 10011 ] |
Mircea Toma
made changes -
Workaround Description | Cancel 'change' events for the textarea thus allowing the 'click' event from the 'Page 2' button to go out. |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Won't Fix [ 2 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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: