History log of /yui3/src/widget/tests/manual/uievents.html
Revision Date Author Comments Expand
636cdb5e002a5ba406b1e15603f9fd425225dcef 30-Nov-2010 Satyen Desai <sdesai@yahoo-inc.com>

Cleaned up EOLs

4c911dc12e491707b862dcbd564a88085ce671b2 30-Nov-2010 Satyen Desai <sdesai@yahoo-inc.com>

UI Events Fix: Needed to split on event prefix delimiter, after going through parseType, in order to support on('foo:click') etc. Fixes #2529562

1abaf250d832ee654654c68936639e8c3241e54c 22-Nov-2010 Satyen Desai <sdesai@yahoo-inc.com>

Changed host.fire(facadeWithType) to host.fire(type, facadeWithoutType) so that attribute change events are prefixed. Fixes #2529531. Also checked in a typo fix for the uievents test page. Fixes #2529535

32daee6e664993047d751878fb8419300fbb6eec 17-Nov-2010 Satyen Desai <sdesai@yahoo-inc.com>

READMEs updated