21 comments (21 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript1,549 forks (1,549 forks)batch import
help wantedunable-to-reproduce
Repository metrics
- Stars
- 20,243 stars (20,243 stars)
- PR merge metrics
- Avg merge 12d 2h (Avg merge 12d 2h)14 merged PRs in 30d (14 merged PRs in 30d)
Description
关于哪一项功能
topbar中的动态栏列表
问题描述
点击列表中的卡片会导致整个列表丢失焦点从而取消悬浮
脚本版本
1.10.33
浏览器版本
Microsoft Edge 是最新版本。
版本 85.0.564.40 (官方内部版本) beta (64 位)
错误信息
附加截图
Contributor guide
- Research direction
- Investigate the click event handler on dynamic list cards. Ensure that clicking a card does not cause the parent list to lose focus. Check for event propagation issues and verify that focus remains on the list element.
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Prerequisites
- TypeScriptDOM事件处理