Cross Reference: /yui3/src/widget-parent/HISTORY.md
History log of /yui3/src/widget-parent/HISTORY.md
Revision Date Author Comments + Modified files
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".

/yui3/src/anim/HISTORY.md /yui3/src/arraysort/HISTORY.md /yui3/src/base/HISTORY.md /yui3/src/cache/HISTORY.md /yui3/src/calendar/HISTORY.md /yui3/src/classnamemanager/HISTORY.md /yui3/src/cssbase/HISTORY.md /yui3/src/cssfonts/HISTORY.md /yui3/src/cssgrids/HISTORY.md /yui3/src/cssreset/HISTORY.md /yui3/src/dom/HISTORY.md /yui3/src/event-gestures/HISTORY.md /yui3/src/intl/HISTORY.md /yui3/src/loader/HISTORY.md /yui3/src/node-flick/HISTORY.md /yui3/src/node/HISTORY.md /yui3/src/overlay/HISTORY.md /yui3/src/plugin/HISTORY.md /yui3/src/pluginhost/HISTORY.md /yui3/src/querystring/HISTORY.md /yui3/src/recordset/HISTORY.md /yui3/src/scrollview/HISTORY.md /yui3/src/slider/HISTORY.md /yui3/src/transition/HISTORY.md /yui3/src/widget-anim/HISTORY.md /yui3/src/widget-autohide/HISTORY.md /yui3/src/widget-buttons/HISTORY.md /yui3/src/widget-child/HISTORY.md /yui3/src/widget-modality/HISTORY.md HISTORY.md /yui3/src/widget-position-align/HISTORY.md /yui3/src/widget-position-constrain/HISTORY.md /yui3/src/widget-position/HISTORY.md /yui3/src/widget-stack/HISTORY.md /yui3/src/widget-stdmod/HISTORY.md /yui3/src/widget/HISTORY.md /yui3/src/yql/HISTORY.md
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