Topic: Mif.Menu: unable to get the current event object whent events fired

Hi,

I'm  unable to get the current event object whent events fired.
I mean that for example when  'show' event is fired  event object passed as argument.

In my case  I use event delegation and I need this to be able to open correct menu.

In Mif.Menu.js file on line 66 to do the job I've replaced :

return this.fireEvent('show');

by

return this.fireEvent('show', [ coords.event ]);



Thank you

Last edited by scramatte (2010-03-06 22:58:36)

Re: Mif.Menu: unable to get the current event object whent events fired

show event argument added commit 329fc2e1b

Re: Mif.Menu: unable to get the current event object whent events fired

Nice smile ... thank you Moro