Skip to content

fix: do not auto-dismiss spreadsheet filter OK menus#14

Open
interpreterwork wants to merge 1 commit intomainfrom
fix/filter-dropdown-dismiss-520
Open

fix: do not auto-dismiss spreadsheet filter OK menus#14
interpreterwork wants to merge 1 commit intomainfrom
fix/filter-dropdown-dismiss-520

Conversation

@interpreterwork
Copy link
Collaborator

@interpreterwork interpreterwork commented Mar 20, 2026

Summary

  • narrow dialog auto-dismiss logic in offline-loader-proper.html to only click explicit Got it onboarding buttons
  • stop auto-clicking generic OK buttons every 2 seconds inside the editor iframe

Why

Users reported spreadsheet filter dropdowns closing after ~2 seconds. The periodic dismiss routine was clicking OK buttons globally, which conflicts with filter UI actions.

Verification

  • Repro script against offline-loader-proper.html before patch: {"clicks":{"ok":1,"got":1}} after ~2.2s
  • Same script after patch: {"clicks":{"ok":0,"got":1}} after ~2.2s

Relates to openinterpreter/iworkstation#520

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.

1 participant