Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
master
-
None
Description
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); }); });
Attachments
Issue Links
- causes
-
LPS-46431 Calendar - TypeError: this[i] is not a function when inviting a user to an event
- Closed