Skip to content

Conversation

@boxrocket6803
Copy link
Contributor

@boxrocket6803 boxrocket6803 commented Jan 18, 2026

The status bar path that asset browser creates when hovering over items has a bad habit of getting stuck there and blocking the console output I want to see, if the mouse left the item in such a way that OnMouseMove didn't get called (most commonly by moving onto a different window) the hovered item would get stuck. This manually clears the hovered item if the mouse isn't over the widget.

most notably consistently clears the status bar file path from asset browser
Copilot AI review requested due to automatic review settings January 18, 2026 19:20
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a bug where the ListView's hovered item state would get stuck when the mouse left the widget without triggering the OnMouseMove event. This commonly occurred when moving the mouse to a different window, causing the status bar to display stale information that blocked console output.

Changes:

  • Added automatic hover state cleanup in the frame update loop to detect when the mouse is no longer over the widget

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant