Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6
-
Fix Version/s: 1.6.1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:any
-
ICEsoft Forum Reference:
Description
unverified
declaring 'handle' attribute breaks the panelPostioned
declaring 'handle' attribute breaks the panelPostioned
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Philip Breau [ philip.breau ] |
| Assignee | Philip Breau [ philip.breau ] | Mark Collette [ mark.collette ] |
| Fix Version/s | 1.6.1 [ 10070 ] | |
| Affects Version/s | 1.6 [ 10031 ] | |
| Affects Version/s | 1.6DR#5 [ 10071 ] | |
| Assignee | Mark Collette [ mark.collette ] | Adnan Durrani [ adnan.durrani ] |
| Assignee | Adnan Durrani [ adnan.durrani ] | Yip Ng [ yip.ng ] |
| Assignee Priority | P2 |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #14676 | Thu Aug 16 13:01:07 MDT 2007 | yip.ng | Replaced childrenWithClassName() with getElementsByClassName() to fix "not a function" error. |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/lib/extras/sortable_ext.js
|
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P2 | |
| Assignee | Yip Ng [ yip.ng ] |

Tested with 1.6
As soon as you add the handle attribute the following js error results:
Element.childrenWithClassName is not a function ice-extras.js (line 4774)
[Break on this error] var _432=_42d.handle?Element.childrenWithClassName(e,_42d.handle)[0]:e;