Changes between Version 2 and Version 3 of Ticket #16693, comment 9
- Timestamp:
- Feb 21, 2013, 12:38:11 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16693, comment 9
v2 v3 1 1 Eric added workaround code for dojox/mobile, see #16737. Note that before my change, adding a _setEditableAttr() method to the instance sort-of works, except that _applyAttributes() usually won't automatically call it on creation, even if editable has a non-falsy value (see #7381), because _applyAttributes() collects meta-data about the prototype on its first call. 2 2 3 Dojox/mvc is also getting failures though, see #16738. It's not from a dynamically added _setXYZAttr() method but ratherbecause _atBindingMixin.js directly accesses this.constructor._setterAttrs.3 Dojox/mvc is also getting failures though, see #16738. Partly because _atBindingMixin.js directly accesses this.constructor._setterAttrs.