Skip to content

fix: don't wait 300ms for single widget tab clicks - #1618

Open
ben-polinsky wants to merge 1 commit into
masterfrom
bdp/faster-widget-tab-clicks
Open

fix: don't wait 300ms for single widget tab clicks#1618
ben-polinsky wants to merge 1 commit into
masterfrom
bdp/faster-widget-tab-clicks

Conversation

@ben-polinsky

Copy link
Copy Markdown
Contributor

Fixes #1617

Changes

Widget tabs now respond immediately to clicks instead of waiting 300ms for double-click detection. Double-clicking an inactive tab selects it without collapsing the widget. Double-clicking an active floating tab still expands or collapses it.

Testing

  • Compared the original and updated behavior in the AppUI test app (see videos below)
  • Added tests for immediate switching, floating-widget double clicks, rapid switching between tabs, and clicks outside the double-click window. All 19 tab tests pass.
Vids After:
Screen.Recording.2026-09-13.at.10.47.55.AM.mov

Before:

Screen.Recording.2026-09-13.at.11.14.31.AM.mov

@ben-polinsky
ben-polinsky requested a review from a team as a code owner September 13, 2026 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Widget tab clicks unnecessarily wait 300ms for double click detection

1 participant