37c410fc73ed5acc3161813869a31de525b5aa2e |
|
15-Jun-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
Fixed regression in ParentChild caused by Widget nested UIEvent fixes. Fixes #2530400 |
12bdc27e9ac1ba89d9657200cfb22aadad54e7fb |
|
25-May-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
Fixed UI_EVENTS invoking nested Widget listeners more that once. Added UIEvents test cases (that Ryan Grove is a bad influence). Fixes #2529723 |
7522e66ba1f6dde079cdff7082765ccc33472bb3 |
|
18-Mar-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
Temp patch, until i figure out multi instance issue. See #2529724 |
d8b1b4ee572f8856b6b5440a1a13eb8fd2216a11 |
|
14-Dec-2010 |
Satyen Desai <sdesai@yahoo-inc.com> |
Fixed multiple delegate listeners attached to the same node,
for UI_EVENTS support. Regression introduced when we moved the
map of delegate listeners from a global/static to an instance
based property.
Fixes #2529634 |
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 |
8a864950bf1abc56d7b4c1ef7f086f1a60223b2f |
|
19-Nov-2010 |
Satyen Desai <sdesai@yahoo-inc.com> |
APIDocs: Added new submodule docs. No -min files were hurt in the making of this commit point |
111a4e0838e65afbe499777a5a83da5cd6a81d02 |
|
17-Nov-2010 |
Satyen Desai <sdesai@yahoo-inc.com> |
Fixed after handling for UI_EVENTS when using the object literal signature. We now only override on, and go through EventTarget's parser. Fixes #2529530 |
d4bb28437b16bcbc756c77da4df47dd24002b041 |
|
22-Oct-2010 |
Satyen Desai <sdesai@yahoo-inc.com> |
Attach delegate listener for UI EVENTS to boundingBox as opposed to boundingBox parentNode (which was done originally to workaround delegate issue - where delegate didn't include the container node in it's filter matching). Fixes #2529326 |
345548fa72bc0f96aa4a436f07b6bab6c6819612 |
|
20-Oct-2010 |
Satyen Desai <sdesai@yahoo-inc.com> |
Widget kweight optimization.
UI_EVENTS and getSkinName functionality broken out of widget-base.
No impact if you're using "widget".
If you're using "widget-base" explicitly in your meta-data/use
statement, you'll need to include "widget-uievents" or "widget-skin"
if you need the broken out functionality.
"widget-base-ie" has also been broken out. Still need to add
conditional loading meta-data, but it's still included in "widget" |