History log of /yui3/src/panel/tests/manual/panel-in-form.html
Revision Date Author Comments Expand
eea6edce0399e2f05e988d9b5dcd697201ea85b7 23-Mar-2012 Eric Ferraiuolo <eferraiuolo@gmail.com>

Panel's default "close" button now prevents default on the button event. Panel's "close" button was simply calling the panel's `hide()` method, which allowed the button's default click action to still happen. When a Panel is rendered inside a form this is an undesirable consequence because the `<button>` element will submit the form.