DblClick event firing incorrect?

I have a TWebDBTableControl nested in a TWebTabSheet. I have filled the table control with data.
I have added eventhandlers to the OnDblClick and OnDblClickCell properties of the DBTableControl. I have also (for testing purposes only) added an eventhandled to the OnDblClick on the WebTabSheet.
When I now double click anywhere in the populated table, the DblClick handler of the WebTabSheet fires. But I want the DblClickCell of the DBTableControl (the deepest control) to fire, since I need to know the row that was double clicked. What is going wrong here?

Thanks for reporting.
We traced & solved this issue. The next update will address this.