Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.1
-
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
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
Field | Original Value | New Value |
---|---|---|
issue.field.bugzillaimportkey | 1120 | 12359 |
Priority | Major [ 3 ] | Minor [ 4 ] |
Priority | Minor [ 4 ] | Major [ 3 ] |
Assignee Priority | P1 |
Assignee | Rob Mayhew [ rob.mayhew ] | Mircea Toma [ mircea.toma ] |
Assignee | Mircea Toma [ mircea.toma ] | Adnan Durrani [ adnan.durrani ] |
Fix Version/s | 1.6DR#3 [ 10050 ] | |
Fix Version/s | 1.6 [ 10031 ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Issue Type | Bug [ 1 ] | New Feature [ 2 ] |
Summary | Tomahawk Component-integration | Support Tomahawk Component-integration |
Affects | [Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration] |
Fix Version/s | 1.6 [ 10031 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P1 | |
Assignee | Adnan Durrani [ adnan.durrani ] |
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() {
{ iceSubmit(form, null, new Object()); return false; };$enumerate(document.forms).each(function(form) {
form.submit = function()
form.onsubmit = function() { iceSubmit(form, null, new Object()); return false; }
;
});
}
window.onLoad(function() {
{ iceOverrideSubmit(); }iceOverrideSubmit();
if (connection && connection.onReceive) {
connection.onReceive(function()
);
}
});
]]>
</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.