-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: master
-
Fix Version/s: 2.0.x, master, master-deprecated, 2.5.x, 3.0.x, 2.0.0.16-deprecated, 3.1.x
-
Component/s: DatePicker
-
Labels:None
In the scenario produced by the code below (which imitates the one in Liferay Portal), the 'autocomplete-list' dependency of 'aui-timepicker' renders the 'autocomplete' module mostly unusable.
YUI().use('autocomplete', function(Y) { console.log('loading autocomplete only >>'); console.log(Y.AutoComplete.prototype._createStringSource); }); Y = YUI(); Y.use('autocomplete-list', function(Y) { Y.use('autocomplete', function(Y) { console.log('loading autocomplete on the same instance after having loaded autocomplete-list >>'); console.log(Y.AutoComplete.prototype._createStringSource); }); });
- causes
-
LPS-46431 Calendar - TypeError: this[i] is not a function when inviting a user to an event
- Closed