I have a Canvas element, and a FlowPanel on top of it (in z order). When I click on the FlowPanel, it seems to intercept the click and stops propagating it. I don't have any click listeners set on it though. I want the canvas below it to receive the click event.
Is there a way to get the FlowPanel to ignore the click and let it propagate to the canvas that sits below it?
Thanks