Patch (to be ported)
Project:
Content administration
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2009 at 08:28 UTC
Updated:
6 Jul 2009 at 08:29 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| nodeadmin.js-chrome.patch | 2.03 KB | tuffnatty | |
| nodeadmin.module-chrome.patch | 1.47 KB | tuffnatty |
Comments
Comment #1
tuffnatty commentedP.S. The link to the original Chromium bugzilla: http://code.google.com/p/chromium/issues/detail?id=883