Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P03, EE-4.1.0.GA, EE-3.3.0.GA_P04, 4.2.BETA
-
Fix Version/s: 4.2, EE-3.3.0.GA_P05
-
Component/s: ACE-Components, ICE-Components
-
Labels:None
-
Environment:EE 3.3.0 P03, P04
-
Assignee Priority:P1
-
Support Case References:Support Case #14003 - https://icesoft.my.salesforce.com/5007000001hECZk
-
Workaround Exists:Yes
-
Workaround Description:
Description
The ace:submitMonitor is blocking the submit/click of a button when focus is in an input field.
The input field uses an ajax update or partialSubmit=true. When the field has focus and a button is clicked quickly, the actionLisetner for the button isn't called. If the click on the button happens slowly, the listener is called.
This looks to be an issue since the P03 release as the P02 release doesn't show this issue. Also the standard JSF components (h:commandButton, h:inputText) don't show this issue.
The input field uses an ajax update or partialSubmit=true. When the field has focus and a button is clicked quickly, the actionLisetner for the button isn't called. If the click on the button happens slowly, the listener is called.
This looks to be an issue since the P03 release as the P02 release doesn't show this issue. Also the standard JSF components (h:commandButton, h:inputText) don't show this issue.
Activity
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | Case14003Example3.war [ 22436 ] | |
Attachment | Case14003Example3.zip [ 22437 ] |
Arran Mccullough
made changes -
Affects Version/s | 4.2.BETA [ 13091 ] | |
Affects Version/s | EE-4.1.0.GA [ 12171 ] |
Ken Fyten
made changes -
Fix Version/s | EE-4.2.0.GA [ 13071 ] | |
Fix Version/s | EE-3.3.0.GA_P05 [ 13082 ] |
Ken Fyten
made changes -
Assignee | Mircea Toma [ mircea.toma ] | |
Assignee Priority | P1 [ 10010 ] |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #50533 | Tue Feb 14 06:53:49 MST 2017 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/submitmonitor/submitmonitor.js
|
Ken Fyten
made changes -
Fix Version/s | 4.2 [ 12870 ] | |
Fix Version/s | EE-4.2.0.GA [ 13071 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Attached test case that shows this issue with the ICE and ACE components.
Steps: