browngraphicslab / tag

Touch Art Gallery is an app that allows museum visitors to explore art using familiar touch gestures. This is the codebase for the TAG web application.
0 stars 0 forks source link

Clicking on idle timer overlay shouldn't unzoom timeline #175

Closed lucyvk closed 10 years ago

JessicaFu commented 10 years ago

When the mouse down event is caught on the timer overlay, the event should stop the propagation so that the click doesn't bubble upwards. Does the idle timer use the overlay from TAG.Utils?

JessicaFu commented 10 years ago

@tanaypadhi Could you take a look at this?

bleveque commented 10 years ago

There's a TAG.Util.IdleTimer.js file with the relevant code

tanaypadhi commented 10 years ago

@JessicaFu and I couldn't recreate this issue so I'm closing this for now.