Skip to content

Conversation

@X-C-0
Copy link
Contributor

@X-C-0 X-C-0 commented Dec 1, 2025

Type of change

  • Bug fix
  • New feature

Description

Prevented click events from propagating to widgets that are not visible (scrolled out of view).

Added culling logic to WWidget and WContainer. This fixes tooltips appearing for off-screen widgets and improves performance by skipping render logic for invisible elements (also fixes Dropdowns rendering outside the view).

Related issues

Couldn't find any.

How Has This Been Tested?

Before: https://ctrlv.tv/7rDZ
After: https://ctrlv.tv/z8sj

Checklist:

  • My code follows the style guidelines of this project.
  • I have added comments to my code in more complex areas.
  • I have tested the code in both development and production environments.

@Wide-Cat Wide-Cat merged commit fb97732 into MeteorDevelopment:master Dec 2, 2025
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.

2 participants