Changes between Initial Version and Version 1 of Ticket #16693
- Timestamp:
- Feb 11, 2013, 2:05:59 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16693
-
Property
Status
changed from
new
toassigned
-
Property
Milestone
changed from
tbd
to2.0
-
Property
Status
changed from
-
Ticket #16693 – Description
initial v1 3 3 The preparatory work includes making sure all custom setters store their values by calling this._set(...) instead of directly calling this.foo = bar, since the latter causes an infinite recursion. This is actually leftover work from #11251. 4 4 5 In addition, for getters _getXYZAttr() that reference this.XYZ, possibly add a level of indirection. I think eventually they will access this.props.XYZ instead. 5 In addition, for getters _getXYZAttr() that reference this.XYZ, possibly add a level of indirection. I think eventually they will access this.props.XYZ instead. Alternately, there's probably some overuse of custom getters, which should be removed [and replaced by custom setters], for example !ValidationTextBox::_getPatternAttr().