Page MenuHomeFeedback Tracker

UI Bug
Assigned, NormalPublic

Description

In the options where you configure keybinds, the elements do not recolor back to their original color.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Operating System Version
Version 10.0.18363, Build 18363
Category
Menu UI
Steps To Reproduce

Simply hover through the element to paint it in a darker black, when you leave it with the mouse.

Additional Information

I fixed this issue as part of my VanillaTweaks mod. The issue resides in the class "KeybindingElement" in the function "OnMouseLeave". All I did is I replaced the SetColor parameter from its original to ARGB( 220, 0, 0, 0 ), which is the panel's default color by what it seems.

Event Timeline

Maroonchy created this task.Aug 9 2020, 9:57 PM
Maroonchy edited Additional Information. (Show Details)
Geez changed the task status from New to Need More Info.Aug 10 2020, 11:02 AM
Geez added a subscriber: Geez.

Hello Maroonchy.
Is this a mod related issue or does it occur in vanilla non modded game as well? And if so, can you please try to send us a video or do a step by step reproduction steps for this?
Regards,
Geez

Maroonchy added a comment.EditedAug 24 2020, 1:20 AM

First of all, excuse me for the late response.

It's a vanilla issue. It's really simple. When you open the keybinds menu, the keybinds are a certain color, pretty close to black, lets call it x. When you hover them they brigthen up to a color y. Than, when you move the mouse away from the object you were hovering above, it should change color back to x, but instead it changes to full black (color z). In the bug report under additional information I pointed you towards the exact place in the code where the issue appears. Instead of changing color back to the preset color of the panel, it is changed to black instead.

Geez changed the task status from Need More Info to Assigned.Aug 25 2020, 10:58 AM