Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P02
-
Fix Version/s: EE-3.3.0.GA_P04
-
Component/s: ACE-Components
-
Labels:None
-
Environment:IE8
-
Assignee Priority:P3
-
Support Case References:Support Case #13313 - https://icesoft.my.salesforce.com/50070000011vjBI
-
Workaround Exists:Yes
-
Workaround Description:
Description
An h:commandLink uses two ace:animation tags to chain two animations. This commandLink is used to close an ace:dialog. When the link is clicked in IE8, a JavaScript error is thrown:
Unable to get value of the property '0': object is null or undefined
This is from the bundled JQuery JavaScript.
Sample code:
<h:commandLink id="closeEffect"
value="close with effect">
<f:ajax execute="@this"
render="popDetails"
event="click"
listener="#{TestBean.setDialogVisible(false)}"/>
<ace:animation event="click"
name="fade"/>
<ace:animation event="click"
name="highlight"/>
</h:commandLink>
Unable to get value of the property '0': object is null or undefined
This is from the bundled JQuery JavaScript.
Sample code:
<h:commandLink id="closeEffect"
value="close with effect">
<f:ajax execute="@this"
render="popDetails"
event="click"
listener="#{TestBean.setDialogVisible(false)}"/>
<ace:animation event="click"
name="fade"/>
<ace:animation event="click"
name="highlight"/>
</h:commandLink>
Issue Links
- depends on
-
ICE-11078 Update jQuery library to 1.12.3 release
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | Case13313Example.war [ 18393 ] | |
Attachment | Case13313Example.zip [ 18394 ] |
Assignee | Mircea Toma [ mircea.toma ] | |
Fix Version/s | EE-3.3.0.GA_P03 [ 11572 ] | |
Assignee Priority | P2 [ 10011 ] |
Assignee Priority | P2 [ 10011 ] | P1 [ 10010 ] |
Assignee Priority | P1 [ 10010 ] | P2 [ 10011 ] |
Assignee Priority | P2 [ 10011 ] | P3 [ 10012 ] |
Fix Version/s | EE-3.3.0.GA_P04 [ 12270 ] | |
Fix Version/s | EE-3.3.0.GA_P03 [ 11572 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Assignee | Mircea Toma [ mircea.toma ] | Arturo Zambrano [ artzambrano ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Attached test case that shows this issue.
Steps: