Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    2010-09-19 to 10-04 LGPL - regression: drag'n'drop lists

    in samples SmartClient_Explorer.html?skin=Enterprise#_Drag.&.Drop_Drag.list.(copy)
    and SmartClient_Explorer.html?skin=Enterprise#dragListMove
    drag and drop doesn't work.

    IE6 developer console:

    10:15:35.390:MUP3:WARN:Log:Error:
    ''undefined' is null or not an object'
    in http://localhost:8082/isomorphic/system/reference/SmartClient_Explorer.html?skin=Enterprise
    at line 3440
    Canvas.transferRecords(_1=>Array[1], _2=>undef, _3=>0, _4=>[PartsListGrid ID:myList1], _5=>undef)
    ListGrid.recordDrop(_1=>Array[1], _2=>undef, _3=>0, _4=>[PartsListGrid ID:myList1])
    ListGrid.drop(Obj, undef)
    Canvas.handleDrop(_1=>Obj, _2=>undef)
    [c]EventHandler.bubbleEvent(_1=>[PartsListGrid ID:myList2], _2=>"drop", _3=>undef, _4=>undef)
    [c]EventHandler.handleEvent(_1=>[GridBody ID:myList2_body], _2=>"drop", _3=>undef)
    [c]EventHandler.handleDragStop()
    [c]EventHandler.$k5(_1=>Obj{type:error}, _2=>undef)
    [c]EventHandler.handleMouseUp(_1=>Obj{type:error}, _2=>undef)
    [c]EventHandler.dispatch(_1=>[c]EventHandler.handleMouseUp(), _2=>Obj{type:error})
    anonymous(event=>undef)
    "var returnVal=arguments.callee.$ch.isc.EH.dispatch(arguments.callee.$j2,event);return returnVal;"

    and chrome developer console:

    10:15:27.466:MUP0:WARN:Log:TypeError: Cannot call method 'getPrimaryKeyField' of undefined

    #2
    Hi Claudio
    Thanks for letting us know - this regression has been fixed (the fix will be present in the next nightly build)

    Comment

    Working...
    X