78690b2a3686cd3e5b22ebbc416b1c3aee1c9a27 |
|
29-Aug-2011 |
Ryan Grove <ryan@wonko.com> |
Un-remove AutoComplete's ARIA live region. |
3b176d01148442acf4e41c28739a6d8acbf6d32b |
|
24-Aug-2011 |
Ryan Grove <ryan@wonko.com> |
AutoComplete accessibility improvements.
Made the following changes based on advice from the Y! Accessibility
team:
- Removed role="combobox" from the input node. It's not appropriate
for all AutoComplete use cases, and is usually not necessary.
- Removes the live region that announces suggestions. It's redundant
in assistive tools that properly support the other ARIA
functionality that AutoComplete implements. |
73d186fa9969d24fa0675d0e46a60c84bdfc2aa1 |
|
19-Jul-2011 |
Ryan Grove <ryan@wonko.com> |
Replace bogus node-region dependency with node-screen. |
9d22c51f3040a96aae2a15ba6511d2581be5b507 |
|
19-Jul-2011 |
Ryan Grove <ryan@wonko.com> |
Much better scrollIntoView functionality. |
d2854acf6eef44cf0aca645de3a37cca1388f51a |
|
10-Jun-2011 |
Dav Glass <davglass@gmail.com> |
Updated *.properties files to comment out the global.build.component in each *.properties file so modules are no longer built into a rollup build dir, they are expanded into a per module directory structure |
396e98d005da39175b04591362d02bb4ac16690a |
|
20-Apr-2011 |
Ryan Grove <ryan@wonko.com> |
Reposition the result list when the window is resized. |
c6ab780ed34026fab30cd3fcdb53e39d6c2a7409 |
|
16-Mar-2011 |
Ryan Grove <ryan@wonko.com> |
Switch to shim-plugin instead of widget-stack, and add a default z-index
in the core autocomplete-list CSS.
This fixes a shim bug in IE6 in which the shim wasn't sized correctly
the first time the list was shown, and also resolves default z-index
issues in all browsers that required implementers to manually set the
z-index in JS in order for it to take effect. |
c67b96bae2676179900c2ed1ed4d00b6de423a93 |
|
19-Nov-2010 |
Ryan Grove <ryan@wonko.com> |
Add selector-css3 as an autocomplete-list dependency.
Fixes some broken selectors in IE. |
0a33c81444b4733a2ca07b957b89f7a0ad29ef80 |
|
16-Nov-2010 |
Ryan Grove <ryan@wonko.com> |
Move code for JSONP and YQL sources into a separate autocomplete-sources module.
The autocomplete-sources module is included in the autocomplete rollup,
but is no longer part of autocomplete-base, which results in a smaller
base module when the extra sources aren't needed. |
01c4c7ac9d947771b365cb71b62865d888f2dc92 |
|
24-Oct-2010 |
Ryan Grove <ryan@wonko.com> |
Internationalize autocomplete-list strings.
Only an English version at the moment. Please translate and send pull
requests! |
6310fb38dcb7e288c966f8c9e43200c03c87d942 |
|
15-Sep-2010 |
Ryan Grove <ryan@wonko.com> |
Add keyboard and mouse item selection and focus management. |
f5738feb0b3d461c1398fc1cd8fc01b0de21d592 |
|
15-Sep-2010 |
Ryan Grove <ryan@wonko.com> |
Move autocomplete-list back under the autocomplete module. Make Y.AutoComplete an alias for Y.AutoCompleteList. |
612709c460065386eedb42e97f96e2b5eacd5d17 |
|
13-Sep-2010 |
Ryan Grove <ryan@wonko.com> |
Split autocomplete-list into its own src dir and give it a simple skin. |
be88250ca854b49860633d7f4185e4aa485f61a5 |
|
13-Sep-2010 |
Ryan Grove <ryan@wonko.com> |
More work in progress on autocomplete-list. |