0 commentaires (0 commentaires)1 réaction (1 réaction)0 assignés (0 assignés)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.
Guide contributeur
- Stack technique
- typescriptreact
- Domaine
- frontenddesktop
- Type d'issue
- bug
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 3
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- 1-3 hours
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- stale
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- mostly clear
- Prérequis
- basic React knowledgeevent handling
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 60
- Direction de recherche
- 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.