On Fri, May 29, 2009 at 12:08 AM, hoz <h...@satx.rr.com> wrote:

> I added bubbles to true in my custom event, and it worked! OK, so I'm a
> little puzzled b/c I have other custom events going without having to add
> that. I thought Bubbles default was true...

bubbles is false by default.

It's not the popups that's the problem, it's the fact that you're not
listening for the event on the popup object itself.

If you did this:

  popup.addEventListener(...)

... it would work, without bubbles set to true.

Manish

Reply via email to