Re: sXBL issue -- bindings getting notified when the bound element is inserted into a document

Jim Ley wrote:
>>I am proposing that we add an event that fires when the bound element is 
>>inserted into the document to sXBL.  By "inserted" I mean "the Document 
>>node appears in the list of ancestor nodes of the bound element."
> 
> There's already a Mutation event - DOMNodeInsertedIntoDocument  ?

Ah, yes.  I had missed that one.  This still has the unfortunate 
drawback, pointed out in my second mail, that bindings have to handle 
two possible event orders -- binding attached before or after the node 
is inserted in the document.  That's rather a burden on the binding 
authors, but I guess it can be dealt with...

-Boris

Received on Friday, 29 October 2004 19:32:26 UTC