0 comments (0 comments)1 reaction (1 reaction)0 assignees (0 assignees)TypeScript11,389 stars (11,389 stars)336 forks (336 forks)batch import
bughelp wantedinsider
Description
The second image shows scrolling with the mouse while the first popup is open. It should close.
Contributor guide
- Tech stack
- typescriptreact
- Domain
- frontenddesktop
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- basic React knowledgeevent handling
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- Investigate the popup component implementation in Oni's codebase (likely in the UI layer). Look for scroll event listeners or CSS overflow handling. The issue suggests that scrolling should dismiss open popups. Check how popups are currently closed (e.g., on click outside) and add a scroll event listener to the window or relevant container to close the popup when scrolling occurs. Review existing popup components in the repository, such as 'Popover' or 'Menu' components, and ensure the fix is consistent with the UI pattern.