ICEfaces
  1. ICEfaces
  2. ICE-7751

ace:ajax merge multiple ClientBehaviours for the same event to execute during a single request

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Minor Minor
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 3.3
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      IF 2.1
    • Assignee Priority:
      P1
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration

      Description

      Using the client side CB argument merging function, added to support ICE-7501, merge multiple CB argument arrays into a single set of arguments to be used during the feature request.

        Issue Links

          Activity

          Nils Lundquist created issue -
          Nils Lundquist made changes -
          Field Original Value New Value
          Assignee Nils Lundquist [ nils.lundquist ]
          Nils Lundquist made changes -
          Salesforce Case []
          Priority Major [ 3 ] Minor [ 4 ]
          Ken Fyten made changes -
          Salesforce Case []
          Component/s ACE-Components [ 10050 ]
          Fix Version/s 3.2 [ 10338 ]
          Affects [Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration]
          Assignee Priority P2
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29933 Wed Jul 11 15:35:48 MDT 2012 nils.lundquist ICE-7751 - Altered rendering of ace:ajax events for the same event type to merge them on the client using the same extendAjaxArgs method used for dynamic extensions.
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/core/core.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tabset/tabset.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tooltip/tooltip.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/pushbutton/pushbutton.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/chart.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/linkbutton/linkbutton.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/progressbar/progressbar.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/dnd/dragdrop.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/datatable/datatable.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/accordion/accordion.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/renderkit/CoreRenderer.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/list/list.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tableconfigpanel/tableconfigpanel.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/resizable/resizable.js
          Hide
          Nils Lundquist added a comment -

          Revision #29933
          Committed by nils.lundquist
          33 minutes ago
          ICE-7751 - Altered rendering of ace:ajax events for the same event type to merge them on the client using the same extendAjaxArgs method used for dynamic extensions.

          Show
          Nils Lundquist added a comment - Revision #29933 Committed by nils.lundquist 33 minutes ago ICE-7751 - Altered rendering of ace:ajax events for the same event type to merge them on the client using the same extendAjaxArgs method used for dynamic extensions.
          Nils Lundquist made changes -
          Status Open [ 1 ] Resolved [ 5 ]
          Resolution Fixed [ 1 ]
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29948 Thu Jul 12 10:42:50 MDT 2012 nils.lundquist ICE-7751 - Moving feature to 3.2 branch.
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/core/core.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tabset/tabset.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tooltip/tooltip.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/pushbutton/pushbutton.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/chart/chart.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/linkbutton/linkbutton.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/progressbar/progressbar.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/dnd/dragdrop.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/accordion/accordion.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/renderkit/CoreRenderer.java
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/list/list.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/tableconfigpanel/tableconfigpanel.js
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/resizable/resizable.js
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #29957 Thu Jul 12 13:56:10 MDT 2012 nils.lundquist ICE-7751 - Merge multiple ajax requests for the same event type using ice.ace.extendAjaxArgs.
          Files Changed
          Commit graph MODIFY /icefaces3/scratchpads/ICE-7751/ace/component/resources/icefaces.ace/tooltip/tooltip.js
          Commit graph MODIFY /icefaces3/scratchpads/ICE-7751/ace/component/resources/icefaces.ace/list/list.js
          Commit graph MODIFY /icefaces3/scratchpads/ICE-7751/ace/component/resources/icefaces.ace/chart/chart.js
          Commit graph MODIFY /icefaces3/scratchpads/ICE-7751/ace/component/resources/icefaces.ace/accordion/accordion.js
          Commit graph MODIFY /icefaces3/scratchpads/ICE-7751/ace/component/resources/icefaces.ace/tabset/tabset.js
          Commit graph MODIFY /icefaces3/scratchpads/ICE-7751/ace/component/src/org/icefaces/ace/component/menu/BaseMenuRenderer.java
          Commit graph MODIFY /icefaces3/scratchpads/ICE-7751/ace/component/resources/icefaces.ace/resizable/resizable.js
          Commit graph MODIFY /icefaces3/scratchpads/ICE-7751/ace/component/resources/icefaces.ace/datatable/datatable.js
          Commit graph MODIFY /icefaces3/scratchpads/ICE-7751/ace/component/src/org/icefaces/ace/renderkit/CoreRenderer.java
          Commit graph MODIFY /icefaces3/scratchpads/ICE-7751/ace/component/resources/icefaces.ace/pushbutton/pushbutton.js
          Commit graph MODIFY /icefaces3/scratchpads/ICE-7751/ace/component/resources/icefaces.ace/dnd/dragdrop.js
          Commit graph MODIFY /icefaces3/scratchpads/ICE-7751/ace/component/resources/icefaces.ace/progressbar/progressbar.js
          Commit graph MODIFY /icefaces3/scratchpads/ICE-7751/ace/component/resources/icefaces.ace/tableconfigpanel/tableconfigpanel.js
          Commit graph MODIFY /icefaces3/scratchpads/ICE-7751/ace/component/resources/icefaces.ace/linkbutton/linkbutton.js
          Commit graph MODIFY /icefaces3/scratchpads/ICE-7751/ace/component/resources/icefaces.ace/core/core.js
          Commit graph MODIFY /icefaces3/scratchpads/ICE-7751/ace/component/src/org/icefaces/ace/component/dataexporter/DataExporterRenderer.java
          Nils Lundquist made changes -
          Link This issue blocks ICE-7743 [ ICE-7743 ]
          Ken Fyten made changes -
          Status Resolved [ 5 ] Closed [ 6 ]
          Assignee Priority P2 [ 10011 ]
          Nils Lundquist made changes -
          Resolution Fixed [ 1 ]
          Status Closed [ 6 ] Reopened [ 4 ]
          Nils Lundquist made changes -
          Fix Version/s 3.3 [ 10370 ]
          Fix Version/s 3.2 [ 10338 ]
          Hide
          Nils Lundquist added a comment -

          Code had been moved to branch which hadn't been properly included in 3.2. Only now being included in 3.3.

          Show
          Nils Lundquist added a comment - Code had been moved to branch which hadn't been properly included in 3.2. Only now being included in 3.3.
          Nils Lundquist made changes -
          Link This issue blocks ICE-8817 [ ICE-8817 ]
          Hide
          Nils Lundquist added a comment -

          Resolved with commits made in ICE-8817

          Show
          Nils Lundquist added a comment - Resolved with commits made in ICE-8817
          Nils Lundquist made changes -
          Status Reopened [ 4 ] Resolved [ 5 ]
          Resolution Fixed [ 1 ]
          Ken Fyten made changes -
          Resolution Fixed [ 1 ]
          Status Resolved [ 5 ] Reopened [ 4 ]
          Ken Fyten made changes -
          Assignee Priority P1 [ 10010 ]
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #34060 Mon Mar 25 16:40:42 MDT 2013 nils.lundquist ICE-7751 - Alter how ace:ajax source arguments are merged. If component options declare a source, don't overwrite.
          Files Changed
          Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/core/core.js
          Hide
          Nils Lundquist added a comment -

          ajax event listener issues should be resolved with the following commit.

          Revision #34060
          Committed by nils.lundquist
          Moments ago
          ICE-7751 - Alter how ace:ajax source arguments are merged. If component options declare a source, don't overwrite.

          Show
          Nils Lundquist added a comment - ajax event listener issues should be resolved with the following commit. Revision #34060 Committed by nils.lundquist Moments ago ICE-7751 - Alter how ace:ajax source arguments are merged. If component options declare a source, don't overwrite.
          Nils Lundquist made changes -
          Status Reopened [ 4 ] Resolved [ 5 ]
          Resolution Fixed [ 1 ]
          Ken Fyten made changes -
          Status Resolved [ 5 ] Closed [ 6 ]

            People

            • Assignee:
              Nils Lundquist
              Reporter:
              Nils Lundquist
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: