You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When ui elements are created, and a click event is immediately followed, the wrong element can be hovered, and in turn be clicked.
How to reproduce:
A: Error when dismissing background panes created by dialog_helper.lua:
Create two background panes. For example by opening [Mod Content] > [Configure Mods]
Click twice rapidly outside the window to dismiss both panes quickly. If done quick enough, the game will crash with an error.
B: Clicking a button hidden by a background pane:
Open a window with a background pane that hides other buttons. For example [Mod Content] > [Arrange Pilots]
In quick succession, repeatedly click the button [Configure Mods]. If done quick enough, you will keep clicking the button hidden by the background pane, and keep opening the same dialog again and again.
When closing the menu, many clicks will be needed to get back to the main menu from all the dialogs you have to dismiss.
The text was updated successfully, but these errors were encountered:
Possible files:
mod_loader\ui\root.lua
,mod_loader\ui\base.lua
,mod_loader\modUi\dialog_helper.lua
Description:
When ui elements are created, and a click event is immediately followed, the wrong element can be hovered, and in turn be clicked.
How to reproduce:
A
: Error when dismissing background panes created bydialog_helper.lua
:B
: Clicking a button hidden by a background pane:The text was updated successfully, but these errors were encountered: