Skip to content

agent ui: Fix clicks on the notification sometimes not being triggered#44280

Merged
danilo-leal merged 1 commit intomainfrom
ag-notification-click-fix
Dec 6, 2025
Merged

agent ui: Fix clicks on the notification sometimes not being triggered#44280
danilo-leal merged 1 commit intomainfrom
ag-notification-click-fix

Conversation

@danilo-leal
Copy link
Member

Closes #43292

We were seeing clicks on the "View Panel" and "Dismiss" buttons sometimes not being triggered. I believe this was happening because the overall parent also had an on_click, which due to this being a popup window, was causing conflicts with the buttons' on click handlers. This should hopefully fix that issue.

Release Notes:

  • agent: Fixed an issue where clicking on the agent notification buttons would sometimes not trigger their actions.

@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Dec 6, 2025
@danilo-leal danilo-leal enabled auto-merge (squash) December 6, 2025 12:36
@danilo-leal danilo-leal merged commit a0848da into main Dec 6, 2025
24 checks passed
@danilo-leal danilo-leal deleted the ag-notification-click-fix branch December 6, 2025 12:43
CherryWorm pushed a commit to CherryWorm/zed that referenced this pull request Dec 16, 2025
zed-industries#44280)

Closes zed-industries#43292

We were seeing clicks on the "View Panel" and "Dismiss" buttons
sometimes not being triggered. I believe this was happening because the
overall parent also had an on_click, which due to this being a popup
window, was causing conflicts with the buttons' on click handlers. This
should hopefully fix that issue.

Release Notes:

- agent: Fixed an issue where clicking on the agent notification buttons
would sometimes not trigger their actions.
someone13574 pushed a commit to someone13574/zed that referenced this pull request Dec 16, 2025
zed-industries#44280)

Closes zed-industries#43292

We were seeing clicks on the "View Panel" and "Dismiss" buttons
sometimes not being triggered. I believe this was happening because the
overall parent also had an on_click, which due to this being a popup
window, was causing conflicts with the buttons' on click handlers. This
should hopefully fix that issue.

Release Notes:

- agent: Fixed an issue where clicking on the agent notification buttons
would sometimes not trigger their actions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ai: Non-focused windows don't allow button clicks

1 participant