[Bug 18732] [Custom]: element upgrade algorithm does not preserve attributes, event listeners, references

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18732

--- Comment #11 from Dimitri Glazkov <dglazkov@chromium.org> 2012-08-29 21:10:04 UTC ---
(In reply to comment #10)
> (In reply to comment #9)
> > I'd rather have some dictionary passed to register and it would contain
> > the listeners which would be automatically registered.
> > 
> > 
> > Something like
> > 
> > document.register("foobarelement", {
> >   prototype: HTMLSpanElement,
> >   listeners: {
> >     click: function(evt) { /*do something*/ },
> >     mouseover: function(evt) { /* do something else*/ };
> >   }
> > })
> > 
> 
> Sweet. That should really cut down on the amount of things that we have to do
> in "created" callback.

Oh. One problem -- how do I bind a listener to specific instance? I guess I
can't, but that's what the "created" callback is for :)

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 29 August 2012 21:10:06 UTC