Yes, when you fire the click event, no event properties are being passed - 
unless you specify them manually - so the following would throw an error:

el.addEvent('click', function(e){
        e.stop(); // error here
});

On 2010-08-29, at 17:02, berlinsurfer wrote:

> Hi,
> just a short question: is there a difference beween firing the click
> event (el.fireEvent('click');) or actually really clicking it ?
> Thank you very much in advance,
> Jan

Reply via email to