Comment #8 on issue 16971 by m0.interactive: Chrome 3.x, js-generated
tables are sorted incorrectly
http://code.google.com/p/chromium/issues/detail?id=16971
From debugging
var list = {
33:{"id": 33, "pos": 1},
99999:{"id": 99999, "pos": 2},
0:{"id": 0, "pos": 3},
}
Chrome thinks (from inspector) sorted:
var list = {
0:{"id": 0, "pos": 3},
33:{"id": 33, "pos": 1},
99999:{"id": 99999, "pos": 2},
}
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs