On 27/09/2007, Nicolás Sanguinetti <[EMAIL PROTECTED]> wrote:
>
> It's not in the documentation 'cause 1.6 is still a release candidate.
> When it goes final the docs will include everything in 1.6 :)
>
> On 9/27/07, Wiktor Ihárosi <[EMAIL PROTECTED]> wrote:
> >
> > On Sep 27, 12:09 pm, "Richard Quadling" <[EMAIL PROTECTED]>
> > wrote:
> > > This returns an event, as seen via firebug's
> > > console.info(element.fire('change')); but none of the observers are
> > > called.
> > > Any clues please?
> >
> > my dirty workaround is for firefox:
> >
> > // FIXME
> > // should be selectItem.fire("change"); in prototype
> > var ev = document.createEvent("HTMLEvents");
> > ev.initEvent("change", true, true);
> > selectItem.dispatchEvent(ev);
> >
> > wiktor

Thanks for that. I just read the RC notice and saw that fire only
applies to known observers.

So, this is not what I want.

Thanks anyway.

Richard.

-- 
-----
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to