Google Chrome Javascript authors decided to follow ECMAscript specification which says that the order of opject properties enumeration is implementation-dependent. So they enumerate them not in the order of addition like other browsers, but, if the property names are numeric, they enumerate them in the numeric order of that names. This breaks updateTable() functionality. Here are patches for nodeadmin.js and nodeadmin.module that fix this issue.

Comments

tuffnatty’s picture

P.S. The link to the original Chromium bugzilla: http://code.google.com/p/chromium/issues/detail?id=883