Note: this bug only seems to be valid in browsers that use addEventListener. Browsers that use attachEvent (i.e. IE) appear to be unaffected.
Here is a p tag, after this (but within the containing div) a button shall be appended, click it and an event fires
Here is another p tag, after this (but within the containing div) a button shall be appended, click it and an event fires
Here is a p tag, after this (but within the containing div) a button shall be appended, however it's click event is not bound
Here is another p tag, after this (but within the containing div) a button shall be appended, however it's click event is not bound
Here is a p tag, after this (but within the containing div) a button shall be appended, click it and an event fires
Here is another p tag, The button should not be appended to this p tag