dffbe2d4e60ed4db1cecdea6cec2041eed9ff555 |
|
17-Mar-2012 |
Satyen Desai <sdesai@yahoo-inc.com> |
* More filling out of parent/child unit tests.
* Found a bug in the process. Removing a focused child does not
reset the parent's activeDescendant state (it was using child.set("focused", false),
which is readOnly. Changed to child.blur(). Fixes #2531907 |
2980f6ebdd10154688ad8b8229dfd2d4b4fda79d |
|
12-Dec-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
Added No Changes to HISTORY |
d592e9155bb1ceb2b977abd5008e7474b214a2b2 |
|
26-Sep-2011 |
Eric Ferraiuolo <eferraiuolo@gmail.com> |
Updated HISTORY.md files to have unified title headings.
Some HISTORY.md files had incorrect title headings, so these changes fix
the incorrect ones and unify their format: "[Component] Change History". |
1df84ffb9aca4272e816ec9205c44b42161d9252 |
|
15-Sep-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
Fixed issue where previously rendered children, added to an empty parent,
would not get rendered into the parent's child container node.
Based on the pull request from andreas-karlsson, with the root fix *and* unit
test (nicely done): https://github.com/yui/yui3/pull/25
Fixes #2531093 |
df315088426ba61b1911bca0c888843588e552e9 |
|
13-Sep-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
Added additional check in _uiAddChild, to make sure prev/next sibling
is rendered before trying to insert content relative to it.
NOTE: This fix is not really required for the out-of-the-box parent/child
implementation, but came up because a user had a custom impl. which made
child.render() async [probably a valid usecase for parent/child]. See
Fixes #2529863 |
c5d69e6f30e09e2833161efb5393ecc8a8c9d8d6 |
|
09-Sep-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
Use extension destructor support, rather than AOP'ing destructor, which won't work. Fixes #2529785 |
202b2841efccff42f9ecebaa191689720ef5a0fd |
|
13-Jul-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
Added 3.4.0 No Changes to HISTORY.mds |
3242fb01284ccdd8fc7850c23c674eb60e24b563 |
|
13-Jul-2011 |
Satyen Desai <sdesai@yahoo-inc.com> |
Widget-Parent/Position/PositionAlign/PositionConstrain/Stack/StdMod README -> README.md + HISTORY.md |