Open Issues Need Help
View All on GitHubAI Summary: Debug and fix an issue in a browser extension where the search modal fails to open after the search bar is clicked and the tab key is used, potentially due to focus management problems and CSS conflicts. The fix will involve investigating the modal's behavior with keyboard navigation, particularly the tab key, and resolving conflicts between the extension's CSS and the website's CSS.
Complexity:
4/5
bug good first issue
AI Summary: Fix a bug where multiple Spotlight search modal windows can be opened simultaneously within a single browser window, causing overlapping and search result visibility issues. The solution should ensure only one Spotlight modal is active at a time.
Complexity:
4/5
bug good first issue