I have noticed that mouse events are not triggering keybindings if there is a larger view in front of a smaller view. Even when the smaller view is set to be the TOP view.
This is because the views are being checked from the bottom upwards, not top down.
I have noticed that mouse events are not triggering keybindings if there is a larger view in front of a smaller view. Even when the smaller view is set to be the TOP view.
This is because the views are being checked from the bottom upwards, not top down.
The PR below fixes the issue. https://github.com/jroimartin/gocui/pull/106