Approved!
Change 20071026-ptw-Y by
<mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED] on 2007-10-26
08:01:02 EDT
in /Users/ptw/OpenLaszlo/ringding-2
for
<http://svn.openlaszlo.org/openlaszlo/trunk>http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Fix order of array indices that was broken by r6857
Bugs Fixed:
LPP-4967 'Array indices out of order in Debugger'
Technical Reviewer: promanik (pending)
QA Reviewer: max (pending)
Doc Reviewer: (pending)
Details:
Convert indices to numbers for sorting
Tests:
lzx> Debug.inspect([1,2,3,4,5,6,7,8,9,10,11,12])
«Array(12)#0| [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]» {
0: 1
1: 2
2: 3
3: 4
4: 5
5: 6
6: 7
7: 8
8: 9
9: 10
10: 11
11: 12
}
[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
lzx>
Files:
M WEB-INF/lps/lfc/debugger/LzDebug.lzs
M WEB-INF/lps/lfc/debugger/platform/swf/LzDebug.as
M WEB-INF/lps/lfc/debugger/platform/dhtml/LzDebug.js
Changeset:
<http://svn.openlaszlo.org/openlaszlo/patches/20071026-ptw->http://svn.openlaszlo.org/openlaszlo/patches/20071026-ptw-
Y.tar