if we consider following exemple: 2 hexagons shapes are aligned one next to one together:

the problem is the way usine actually selec items is by 'surrounding' contening rectangle,
and only one object is focused and processed at a time.
wich makes for exemple here the green area problematic, ie if brighther cell is selected,
clicking the green area won't select the blue one as one would expect.
as a workaround here, i thought i could track mouse XY of container, and bring to top wich shape
is closest to mouse position, so the 'correct' one will be selected.
problem is Container will stop processing XY outputs once mouse is on a cell, or anyting that 'recovers'
it. think this is not conveniant and containers maybe should output datas (mouse dwn, X,Y) as long as mouse is inside of it by logic.
if that was to tricky to do, maybe imagining an 'overlay' transparent object layer (here represented as the pink rectangle) would allows workaround in such situations.
Ive met several cases where it would be handy. for exemple save CPU computation where stuff in a patch will be computated only when mouse is above a set of controls or hilight a 'concerned focus Area'.
hope explain make sense... hard to describe^^
