I am using SmartGWT LGPL build 2025-01-14.
I have two lines which partially overlap.
The line in back has a click handler but the line in front does not.
When I click on the parts of the back line which are visible, it gets a click event.
If I click on the part of the front line which is overlapping the back line, I get no click events on the back line.
It seems to me that since the front line does not have a click handler, it should not be involved in clicks.
Then, the click should occur on whatever is behind it.
Please see the attached test case.
I have two lines which partially overlap.
The line in back has a click handler but the line in front does not.
When I click on the parts of the back line which are visible, it gets a click event.
If I click on the part of the front line which is overlapping the back line, I get no click events on the back line.
It seems to me that since the front line does not have a click handler, it should not be involved in clicks.
Then, the click should occur on whatever is behind it.
Please see the attached test case.
Comment