"Uncaught exception" when selecting field for edit with Dev XPI at Rev 1346
I fear in trying to solve the previous problem that I may have gotten myself into a bad spot. I'm got the latest Dev XPI (at Subversion changeset 1346) and I'm getting an Uncaught Exception error when trying to edit a field of a record. When simply bringing focus to the field, I get this JavaScript error:
Perhaps my SQLITE tables are not updated with the switch to the Dev XPI? Can I uninstall the Dev XPI and revert to stock 1.0.0b3?
Error: uncaught exception: Invalid base field 'function (value) {...and I cannot edit it (which is to say that the field does not become editable).
var i;
for (i = 0; i < this.length; i++) {
if (this[i] === value) {
return true;
}
}
return false;
}" in ItemFields.getTypeFieldsFromBase()
Perhaps my SQLITE tables are not updated with the switch to the Dev XPI? Can I uninstall the Dev XPI and revert to stock 1.0.0b3?
This discussion has been closed.
I've created a ticket to fix places in the code that iterate over Array objects using for...in, since we shouldn't really be doing that anyway (for just this reason). Let us know if you encounter any other problems like this.
Let's continue the Hyperwords and Object/Array.prototype discussion on the other thread. Closing this one.
Thanks for the help.