Last modified: 2014-08-21 19:50:22 UTC
I3fd1e46459215773b0df137a603d788a81bbd8fb adds code which binds to a DOMNodeInsertedIntoDocument event. That event is deprecated, and will stop working at some point. Supposedly MutationObserver is being added as a part of DOM4 as a replacement. So far, it doesn't appear the DOMNodeInsertedIntoDocument was considered in the design of MutationObserver, but hopefully we can come up with a working solution we can integrate into OO.ui.Element for general use.