this function (onClickedLogin()) is called when the generated code is run on a Firefox browser, but it isnt called when it is run on an eclipse browser
how can this be ?
ie, clicking the button in Firefox works, but not in Chrome
Justin Hickman
@jhickman
I'm assuming 'click' is from EventType.click ?
Justin Hickman
@jhickman
for the most part, doing 'on' is going to addEventListener directly on the element
try other events and log, such as mouse over, mouse in/out, etc. just to see if it's getting ANY events