#21 ✓resolved
Stephen Elson

glow.events.fire treat the first parameter like glow.events.addListener

Reported by Stephen Elson | July 17th, 2009 @ 01:40 PM | in 1.6

If you pass addListener a string, it treats it as a CSS selector and gets a NodeList to use.

If you pass addListener a NodeList or CSS selector, it listens for the event on each matching element.

However, glow.events.fire does neither of the above. It tries to fire the event on the string or NodeList object.

It should fire the event on each matching element.

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

A JavaScript Library

Shared Ticket Bins

Referenced by

Pages