I have a bindElementAction of 'click' which fires in every browser but Firefox. I have no idea why that is. Any ideas? Here is the event:
Symbol.bindElementAction(compId,symbolName,"${button}","click",function(sym,e) {
console.log('clicking the button');
});
I get a console.log message in Chrome, Safari, and IE but nothing in Firefox.