ICEfaces
  1. ICEfaces
  2. ICE-1090

Support Tomahawk Component-integration

    Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.5.1
    • Fix Version/s: 1.6DR#3, 1.6
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      Operating System: Windows XP
      Platform: PC
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration

      Description

      Schedule Component: 3 votes
      UpdateActionListener: 2 votes
      TreeTable: 1 vote
      Extended Table with auto-sort and rowStyle: 1 vote
      Popup where mouseoff inactivates the popup: 1 vote

        Issue Links

          Activity

          Philip Breau created issue -
          Hide
          Rob Mayhew added a comment -

          The following code will catch all form.submit calls and turn them into icesubmit
          calls. This fixes tree table submits.

          <script type="text/javascript" language="JavaScript">
          <![CDATA[

          function iceOverrideSubmit() {
          $enumerate(document.forms).each(function(form) {
          form.submit = function()

          { iceSubmit(form, null, new Object()); return false; };
          form.onsubmit = function() { iceSubmit(form, null, new Object()); return false; }

          ;

          });
          }

          window.onLoad(function() {
          iceOverrideSubmit();
          if (connection && connection.onReceive) {
          connection.onReceive(function()

          { iceOverrideSubmit(); }

          );
          }
          });

          ]]>
          </script>

          For Schedule there is a Javascript Conflict with the Hash class.
          Rename var Hash to var PHash in \bridge\lib\prototype\hash.js

          Still seeing some rendering errors with Tree.

          Show
          Rob Mayhew added a comment - The following code will catch all form.submit calls and turn them into icesubmit calls. This fixes tree table submits. <script type="text/javascript" language="JavaScript"> <![CDATA[ function iceOverrideSubmit() { $enumerate(document.forms).each(function(form) { form.submit = function() { iceSubmit(form, null, new Object()); return false; }; form.onsubmit = function() { iceSubmit(form, null, new Object()); return false; } ; }); } window.onLoad(function() { iceOverrideSubmit(); if (connection && connection.onReceive) { connection.onReceive(function() { iceOverrideSubmit(); } ); } }); ]]> </script> For Schedule there is a Javascript Conflict with the Hash class. Rename var Hash to var PHash in \bridge\lib\prototype\hash.js Still seeing some rendering errors with Tree.
          Icefaces Administrator made changes -
          Field Original Value New Value
          issue.field.bugzillaimportkey 1120 12359
          Ken Fyten made changes -
          Priority Major [ 3 ] Minor [ 4 ]
          Ken Fyten made changes -
          Priority Minor [ 4 ] Major [ 3 ]
          Hide
          Ken Fyten added a comment -

          We need to determine our level of compatiblity with the Tomahawk components on the trunk, (assuming the change to capture the form posts is in place) so we can identify any remaining action items to complete this support.

          Show
          Ken Fyten added a comment - We need to determine our level of compatiblity with the Tomahawk components on the trunk, (assuming the change to capture the form posts is in place) so we can identify any remaining action items to complete this support.
          Ken Fyten made changes -
          Assignee Priority P1
          Ken Fyten made changes -
          Link This issue depends on ICE-814 [ ICE-814 ]
          Ken Fyten made changes -
          Assignee Rob Mayhew [ rob.mayhew ] Mircea Toma [ mircea.toma ]
          Ken Fyten made changes -
          Link This issue depends on ICE-1305 [ ICE-1305 ]
          Ken Fyten made changes -
          Assignee Mircea Toma [ mircea.toma ] Adnan Durrani [ adnan.durrani ]
          Ken Fyten made changes -
          Fix Version/s 1.6DR#3 [ 10050 ]
          Fix Version/s 1.6 [ 10031 ]
          Adnan Durrani made changes -
          Status Open [ 1 ] In Progress [ 3 ]
          Hide
          Adnan Durrani added a comment -

          The integration phase has been completed. There are couple of improvements has been added to the 1.6DR#3 (e.g.) resource file handling on page refresh, hijacking of submit call and other framework level improvements.

          We have created the following new JIRA cases for interesting components:

          Show
          Adnan Durrani added a comment - The integration phase has been completed. There are couple of improvements has been added to the 1.6DR#3 (e.g.) resource file handling on page refresh, hijacking of submit call and other framework level improvements. We have created the following new JIRA cases for interesting components: t:schedule http://jira.icefaces.org//browse/ICE-1438 inputHtml http://jira.icefaces.org//browse/ICE-1439
          Adnan Durrani made changes -
          Status In Progress [ 3 ] Resolved [ 5 ]
          Resolution Fixed [ 1 ]
          Ken Fyten made changes -
          Issue Type Bug [ 1 ] New Feature [ 2 ]
          Ken Fyten made changes -
          Summary Tomahawk Component-integration Support Tomahawk Component-integration
          Affects [Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration]
          Ken Fyten made changes -
          Fix Version/s 1.6 [ 10031 ]
          Ken Fyten made changes -
          Status Resolved [ 5 ] Closed [ 6 ]
          Assignee Priority P1
          Assignee Adnan Durrani [ adnan.durrani ]

            People

            • Assignee:
              Unassigned
              Reporter:
              Philip Breau
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: