6267aa49842d4ab7b8577eb7674356f6b3d60cf7 |
|
31-Mar-2012 |
Eric Ferraiuolo <eferraiuolo@gmail.com> |
Fixed issue with Panel Dialog example in IE7.
Silly IE7 needed a reflow to stop hiding the Panel's buttons. To do this
I had to remove the use of `srcNode` and replaced it with creating the
the `<div id="dialog" />` `contentBox` instead. Also now rendering the
Dialog into the "#example" container explicit.
Fixes #2532036 |