HighlightOnPress
and/or WantContinousButtonPressed
has issues with nested subviews.
#3753
Labels
Milestone
In #3751 I refactored and fixed a bunch of issues around mouse and highlight.
I'm not going to fix this there, so I'm creating an issue for it:
In the new
Mouse
scenario below each view in theEnter/Leave Demo
is the same class... nested subviews:Right now
WantContinousButtonPressed
is true for ALL 4. ButHighlight on Press
is only enabled for the root.Note how sub1 and sub2 are showing highlight when I press in the Viewport of the root? that should not be happening.
The text was updated successfully, but these errors were encountered: