Page MenuHomeFeedback Tracker

DebugMonitor Widgets blocking Spawn Menu or other menus
Assigned, UrgentPublic

Description

I have a spawn menu mod and when the Debug Monitor is enabled, you cannot click on any buttons anymore, because the Frame Wirdget of the Debug monitor is not set to ignore pointer and blocks the click

Details

Severity
Block
Resolution
Open
Reproducibility
Always
Operating System
Windows 11 x64
Category
General
Steps To Reproduce

Create a widget with a button on it and make sure it's created before the Debug Monitor is created and try to click on the button

Additional Information

How to fix:
in the gui\layouts\debug\day_z_debug_monitor.layout
Change

FrameWidgetClass HudDebugFrameWidget {
 ignorepointer 0
.......

to

FrameWidgetClass HudDebugFrameWidget {
 ignorepointer 1
......

Event Timeline

LBmaster created this task.May 19 2024, 6:35 PM
Geez changed the task status from New to Assigned.May 20 2024, 1:18 PM