SmartGWT-pro 6.0-p20170620.
Google Chrome version 61.0.3163.100
Hello,
we are working with FacetChart and are experiencing some strange behaviour. We were using ValueClickHandler on our chart and it was working normally but when we added ClickHandlers on certain DrawItems of this chart then the ValueClickHandler suddenly stopped working (event was not triggered). The ClickHandler on DrawItems was working. When we removed the ClickHandler the problem with ValueClickHandler disappeared but for our use case we need both of the handlers. Could it be that the ValueClickHandler somehow uses ClickHandlers on DrawItems so ours ClickHandlers are interfering with it?
Google Chrome version 61.0.3163.100
Hello,
we are working with FacetChart and are experiencing some strange behaviour. We were using ValueClickHandler on our chart and it was working normally but when we added ClickHandlers on certain DrawItems of this chart then the ValueClickHandler suddenly stopped working (event was not triggered). The ClickHandler on DrawItems was working. When we removed the ClickHandler the problem with ValueClickHandler disappeared but for our use case we need both of the handlers. Could it be that the ValueClickHandler somehow uses ClickHandlers on DrawItems so ours ClickHandlers are interfering with it?
Comment