1 AutoComplete Release Notes
5 * Applied new skinning model.
7 * The default queryDelay value has been changed to 0.2. In low-latency
8 implementations (e.g., when queryDelay is set to 0 against a local
9 JavaScript DataSource), typeAhead functionality may experience a race condition
10 when retrieving the value of the textbox. To avoid this problem, implementers
11 are advised not to set the queryDelay value too low.
13 * Fixed runtime property value validation.
15 * Implemented new method doBeforeSendQuery().
17 * Implemented new method destroy().
19 * Added support for latest JSON lib http://www.json.org/json.js.
21 * Fixed forceSelection issues with matched selections and multiple selections.
23 * No longer create var oAnim in global scope.
25 * The properties alwaysShowContainer and useShadow should not be enabled together.
27 * There is a known issue in Firefox where the native browser autocomplete
28 attribute cannot be disabled programmatically on input boxes that are in use.
34 **** version 2.2.2 ***
42 * Fixed form submission in Safari bug.
43 * Fixed broken DS_JSArray support for minQueryLength=0.
44 * Improved type checking with YAHOO.lang.
54 *** version 0.12.2 ***
60 *** version 0.12.1 ***
62 * No longer trigger typeAhead feature when user is backspacing on input text.
66 *** version 0.12.0 ***
68 * The following constants must be defined as static class properties and are no longer
69 available as instance properties:
71 YAHOO.widget.DataSource.ERROR_DATANULL
72 YAHOO.widget.DataSource.ERROR_DATAPARSE
73 YAHOO.widget.DS_XHR.TYPE_JSON
74 YAHOO.widget.DS_XHR.TYPE_XML
75 YAHOO.widget.DS_XHR.TYPE_FLAT
76 YAHOO.widget.DS_XHR.ERROR_DATAXHR
78 * The property minQueryLength now supports zero and negative number values for
79 DS_JSFunction and DS_XHR objects, to enable null or empty string queries and to disable
80 AutoComplete functionality altogether, respectively.
82 * Enabling the alwaysShowContainer feature will no longer send containerExpandEvent or
83 containerCollapseEvent.
87 **** version 0.11.3 ***
89 * The iFrameSrc property has been deprecated. Implementers no longer need to
90 specify an https URL to avoid IE security warnings when working with sites over
95 *** version 0.11.0 ***
97 * The method getListIds() has been deprecated for getListItems(), which returns
98 an array of DOM references.
100 * All classnames have been prefixed with "yui-ac-".
102 * Container elements should no longer have CSS property "display" set to "none".
104 * The useIFrame property can now be set after instantiation.
106 * On some browsers, the unmatchedItemSelectEvent may not be fired properly when
107 delimiter characters are defined.
109 * On some browsers, defining delimiter characters while enabling forceSelection
110 may result in unexpected behavior.
114 *** version 0.10.0 ***
118 * In order to enable the useIFrame property, it should be set in the
121 * On some browsers, defining delimiter characters while enabling forceSelection
122 may result in unexpected behavior.