-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Button click/mousup doesn't work #120
Comments
I've got the same problem with GlossyButton when it's inside a layer. It's like there is something is blocking the event propagation. |
Hi, I've got the same problem. Any news? |
i am still using the old version ... just updated the audio On Wed, Feb 5, 2014 at 4:06 PM, Iman Khaghani Far
|
Got it working by cloning the master branch and then merging the no-dom
|
Thanks for the heads up Sent from my iPhone
|
Is this events issue or audio issue? "GlossyButton inside layer" seemed to work fine. Please provide example that I can run. |
Hello ,
i have updated to the latest lime and this code doesn't work anymore 👍
goog.events.listen(this.play, ["click", "touchend"], this.handlePlay);
any ideas,
Philip
The text was updated successfully, but these errors were encountered: