ICEfaces
  1. ICEfaces
  2. ICE-10508

ace:animation - JavaScript error thrown when chaining animations

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major 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:
    • Workaround Exists:
      Yes
    • Workaround Description:
      Hide
      Swap the order of the animation tags:

                                      <ace:animation event="click"
                                                     name="highlight"/>
                                      <ace:animation event="click"
                                                     name="fade"/>
      Show
      Swap the order of the animation tags:                                 <ace:animation event="click"                                                name="highlight"/>                                 <ace:animation event="click"                                                name="fade"/>

      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>

        Issue Links

          Activity

          Arran Mccullough created issue -
          Arran Mccullough made changes -
          Field Original Value New Value
          Attachment Case13313Example.war [ 18393 ]
          Attachment Case13313Example.zip [ 18394 ]
          Ken Fyten made changes -
          Assignee Mircea Toma [ mircea.toma ]
          Fix Version/s EE-3.3.0.GA_P03 [ 11572 ]
          Assignee Priority P2 [ 10011 ]
          Ken Fyten made changes -
          Assignee Priority P2 [ 10011 ] P1 [ 10010 ]
          Ken Fyten made changes -
          Assignee Priority P1 [ 10010 ] P2 [ 10011 ]
          Ken Fyten made changes -
          Assignee Priority P2 [ 10011 ] P3 [ 10012 ]
          Mircea Toma made changes -
          Fix Version/s EE-3.3.0.GA_P04 [ 12270 ]
          Fix Version/s EE-3.3.0.GA_P03 [ 11572 ]
          Mircea Toma made changes -
          Status Open [ 1 ] Resolved [ 5 ]
          Resolution Fixed [ 1 ]
          Ken Fyten made changes -
          Resolution Fixed [ 1 ]
          Status Resolved [ 5 ] Reopened [ 4 ]
          Ken Fyten made changes -
          Link This issue depends on ICE-11078 [ ICE-11078 ]
          Mircea Toma made changes -
          Status Reopened [ 4 ] Resolved [ 5 ]
          Resolution Fixed [ 1 ]
          Carmen Cristurean made changes -
          Resolution Fixed [ 1 ]
          Status Resolved [ 5 ] Reopened [ 4 ]
          Ken Fyten made changes -
          Assignee Mircea Toma [ mircea.toma ] Arturo Zambrano [ artzambrano ]
          Arturo Zambrano made changes -
          Status Reopened [ 4 ] Resolved [ 5 ]
          Resolution Fixed [ 1 ]
          Ken Fyten made changes -
          Status Resolved [ 5 ] Closed [ 6 ]

            People

            • Assignee:
              Arturo Zambrano
              Reporter:
              Arran Mccullough
            • Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: