Subject:bad function call in tap event causes error
Corona Version:0.3
System Version:10.5.8
HW Info (your computer specs): macbook pro osx
iPhone/iPod generation:n/a
iPhone/iPod firmware version:n/a
Severity - 1 Showstopper(crash), 2 Critical(hang or failure), 3 Important(doesn’t function as planned),
4 (annoying/aesthetic), 5 (N/A):3
Reproducibility (Every time, intermittent, only happened once, n/a):
Every time
Description:
If you call a non existing function from within the tap event the rest of the event will not run and no error message is presented.
Steps to reproduce (keep this as simple as possible):
function home.bg:tap(event)
fakeFunc()
print (‘does not print and no error message’)
end
home.bg:addEventListener(“tap”, home.bg)
[import]uid: 3439 topic_id: 163 reply_id: 300163[/import]