- 已装运
- 2026年3月11日 20:16 UTC
- 作者
- kamo
- 提交
- 2e7f17d
Sorting windows by zIndex in ToolDock caused DOM node reordering on every focus event (mousedown). Browsers drop the click event when its target element moves between mousedown and mouseup, requiring a second click to activate buttons. CSS z-index handles visual stacking without DOM reordering.