Page 1 of 1

Game preference dropdown does not respond to clicks

Posted: 09 March 2022, 01:47
by GTSchemer
I have a very strange bug. In a studio game, the game works normally and no errors appear.

However, if I bring up the top-right menu and click the player preferences like "Enabled" for display tooltips, or "Below player panels" for display game logs, or any custom preferences, nothing happens.

Moving the mouse over the lists highlights them, but clicking does not bring up the list. Clicks work fine on buttons like "Express STOP", just not on the preference lists.


I know it is a bug with my module, since I can launch another game in BGA Studio and the preference lists work as expected. Does anyone know what might prevent clicks like this?

Re: Game preference dropdown does not respond to clicks

Posted: 09 March 2022, 04:57
by GTSchemer
After I removed some Javascript that was involved with dragging functionality, the dropdown lists work again. I conclude there was event-grabbing going on and the problem is resolved.