ctasada / GWT-Eureka

GWT widgets and utilities library
Apache License 2.0
12 stars 8 forks source link

Prevent scroll when using mouse-wheel on TimeBox #9

Closed ericcitaire closed 11 years ago

ericcitaire commented 11 years ago

When a vertical scroll-bar is present, the mouse-wheel on the TimeBox triggers the scroll, which is not desired.

ctasada commented 11 years ago

Hi Eric,

Thanks for reporting this bug, but for some reason I cannot replicate it. Can you give me an step by step replication? Is happening in all browsers? can you replicate using http://gwt-eureka.appspot.com?

I've applied your patch, but I don't see any change in the behaviour.

Thanks again