Hi SmartClient,
I have noticed that when you right-click the scrollbar of a menu, the whole menu is repositioned at the mouse position.
I assume this is a bug since I can't imagine a reason for that behavior.
This happens with the latest version (v13.1p_2024-12-21) and can be easily demonstrated in this menu showcase by adding a 'maxHeight: 100' to the menu:
See the following recording: https://jam.dev/c/0924da0f-a134-4255-9a14-cf5765bb95f7
Thanks you for looking into this.
Regards
Gil
I have noticed that when you right-click the scrollbar of a menu, the whole menu is repositioned at the mouse position.
I assume this is a bug since I can't imagine a reason for that behavior.
This happens with the latest version (v13.1p_2024-12-21) and can be easily demonstrated in this menu showcase by adding a 'maxHeight: 100' to the menu:
Code:
isc.Menu.create({
ID: "menu",
autoDraw: false,
showShadow: true,
shadowDepth: 10,
maxHeight: 100,
data: [
...
Thanks you for looking into this.
Regards
Gil
Comment