Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
AutoComplete Release Notes
 
*** version 2.3.0 ***
 
* Applied new skinning model.
 
* The default queryDelay value has been changed to 0.2. In low-latency
implementations (e.g., when queryDelay is set to 0 against a local
JavaScript DataSource), typeAhead functionality may experience a race condition
when retrieving the value of the textbox. To avoid this problem, implementers
are advised not to set the queryDelay value too low.
 
* Fixed runtime property value validation.
 
* Implemented new method doBeforeSendQuery().
 
* Implemented new method destroy().
 
* Added support for latest JSON lib http://www.json.org/json.js.
 
* Fixed forceSelection issues with matched selections and multiple selections.
 
* No longer create var oAnim in global scope.
 
* The properties alwaysShowContainer and useShadow should not be enabled together.
 
* There is a known issue in Firefox where the native browser autocomplete
attribute cannot be disabled programmatically on input boxes that are in use.
 
 
 
 
 
**** version 2.2.2 ***
 
* No changes.
 
 
 
*** version 2.2.1 ***
 
* Fixed form submission in Safari bug.
* Fixed broken DS_JSArray support for minQueryLength=0.
* Improved type checking with YAHOO.lang.
 
 
 
*** version 2.2.0 ***
 
* No changes.
 
 
 
*** version 0.12.2 ***
 
* No changes.
 
 
 
*** version 0.12.1 ***
 
* No longer trigger typeAhead feature when user is backspacing on input text.
 
 
 
*** version 0.12.0 ***
 
* The following constants must be defined as static class properties and are no longer
available as instance properties:
 
YAHOO.widget.DataSource.ERROR_DATANULL
YAHOO.widget.DataSource.ERROR_DATAPARSE
YAHOO.widget.DS_XHR.TYPE_JSON
YAHOO.widget.DS_XHR.TYPE_XML
YAHOO.widget.DS_XHR.TYPE_FLAT
YAHOO.widget.DS_XHR.ERROR_DATAXHR
 
* The property minQueryLength now supports zero and negative number values for
DS_JSFunction and DS_XHR objects, to enable null or empty string queries and to disable
AutoComplete functionality altogether, respectively.
 
* Enabling the alwaysShowContainer feature will no longer send containerExpandEvent or
containerCollapseEvent.
 
 
 
**** version 0.11.3 ***
 
* The iFrameSrc property has been deprecated. Implementers no longer need to
specify an https URL to avoid IE security warnings when working with sites over
SSL.
 
 
 
*** version 0.11.0 ***
 
* The method getListIds() has been deprecated for getListItems(), which returns
an array of DOM references.
 
* All classnames have been prefixed with "yui-ac-".
 
* Container elements should no longer have CSS property "display" set to "none".
 
* The useIFrame property can now be set after instantiation.
 
* On some browsers, the unmatchedItemSelectEvent may not be fired properly when
delimiter characters are defined.
 
* On some browsers, defining delimiter characters while enabling forceSelection
may result in unexpected behavior.
 
 
 
*** version 0.10.0 ***
 
* Initial release
 
* In order to enable the useIFrame property, it should be set in the
constructor.
 
* On some browsers, defining delimiter characters while enabling forceSelection
may result in unexpected behavior.