Skip to content

fix(ui): raise chat input z-index so slash menu appears above loading indicator - #11015

Merged
Abhijay007 merged 1 commit into
aaif-goose:mainfrom
Abhijay007:fix/slash-menu-z-order
Aug 10, 2026
Merged

fix(ui): raise chat input z-index so slash menu appears above loading indicator#11015
Abhijay007 merged 1 commit into
aaif-goose:mainfrom
Abhijay007:fix/slash-menu-z-order

Conversation

@Abhijay007

Copy link
Copy Markdown
Collaborator

fixes : #11001

Summary

When the agent is busy, the "goose is working on it" indicator (z-20) was painting over the / command flyout menu. The flyout sits inside ChatInputCard, which establishes a CSS stacking context at z-10, so the popover's z-50 was trapped inside that context and couldn't compete with the z-20 indicator in the parent.

Fix raises ChatInputCard from z-10 to z-30, putting its entire subtree (including the flyout) above the loading indicator.

Testing

manual

Screenshots/Demos (for UX changes)

image

@Abhijay007
Abhijay007 added this pull request to the merge queue Aug 10, 2026
Merged via the queue into aaif-goose:main with commit cce56db Aug 10, 2026
23 checks passed
@Abhijay007
Abhijay007 deleted the fix/slash-menu-z-order branch August 10, 2026 10:31
lifeizhou-ap added a commit to vincenzopalazzo/goose that referenced this pull request Aug 10, 2026
* main:
  docs: add tool shim guide covering when to enable, backends, and troubleshooting (aaif-goose#10858)
  fix(deep-link): route extension/session deep links to regular windows not standalone app windows (aaif-goose#10908)
  fix(ui): raise chat input z-index so slash menu appears above loading indicator (aaif-goose#11015)
  fix(ui): support remote working directory for external backend (aaif-goose#10827)
  fix(acp): resume provider-native sessions (aaif-goose#10379)
  fix (UI): Fix Form/JSON toggle buttons invisible in dark mode on Deeplink Generator (aaif-goose#11077)
  fix(streaming): skip metadata-only SSE frames instead of failing the turn (aaif-goose#10942)
  fix(telegram): send responses as rich markdown (aaif-goose#11062)
  fix(acp): send session setup updates after new and fork session responses (aaif-goose#11018)
  fix(ui): remove duplicated brace-expansion keys that break every pnpm install (aaif-goose#11071)
michaelneale added a commit that referenced this pull request Aug 10, 2026
* origin/main:
  fix(conversation): sanitize nested tool responses (#10609)
  fix(hints): bound recursive file expansion (#10546)
  fix(providers): drop stale signed thinking blocks after a mid-conversation model switch (#10007)
  fix(desktop): clarify compact cost display (#11093)
  Index messages by (session_id, created_timestamp, id) to stop on-disk sort storms (#10874)
  docs: add tool shim guide covering when to enable, backends, and troubleshooting (#10858)
  fix(deep-link): route extension/session deep links to regular windows not standalone app windows (#10908)
  fix(ui): raise chat input z-index so slash menu appears above loading indicator (#11015)
  fix(ui): support remote working directory for external backend (#10827)
michaelneale added a commit that referenced this pull request Aug 10, 2026
* origin/main:
  fix(mcp): prune dead notification subscribers (#11032)
  chore: remove the extension and tool count suggestion (#10869)
  feat: compaction in the GDK (#11042)
  fix(provider): retry transient errors on first stream item before ending turn (#10968)
  feat(cli): add /new to start a fresh session without restarting (#10767)
  feat(acp): title new sessions from _meta.sessionTitle (#10712)
  fix: adjust rmcp::model::Meta ref (#11107)
  Skip hook loading and lifecycle events for subagents (#10596)
  Sanitize Unicode tags in Responses output (#10745)
  fix(conversation): sanitize nested tool responses (#10609)
  fix(hints): bound recursive file expansion (#10546)
  fix(providers): drop stale signed thinking blocks after a mid-conversation model switch (#10007)
  fix(desktop): clarify compact cost display (#11093)
  Index messages by (session_id, created_timestamp, id) to stop on-disk sort storms (#10874)
  docs: add tool shim guide covering when to enable, backends, and troubleshooting (#10858)
  fix(deep-link): route extension/session deep links to regular windows not standalone app windows (#10908)
  fix(ui): raise chat input z-index so slash menu appears above loading indicator (#11015)
  fix(ui): support remote working directory for external backend (#10827)
lifeizhou-ap added a commit that referenced this pull request Aug 11, 2026
* main:
  fix(mcp): prune dead notification subscribers (#11032)
  chore: remove the extension and tool count suggestion (#10869)
  feat: compaction in the GDK (#11042)
  fix(provider): retry transient errors on first stream item before ending turn (#10968)
  feat(cli): add /new to start a fresh session without restarting (#10767)
  feat(acp): title new sessions from _meta.sessionTitle (#10712)
  fix: adjust rmcp::model::Meta ref (#11107)
  Skip hook loading and lifecycle events for subagents (#10596)
  Sanitize Unicode tags in Responses output (#10745)
  fix(conversation): sanitize nested tool responses (#10609)
  fix(hints): bound recursive file expansion (#10546)
  fix(providers): drop stale signed thinking blocks after a mid-conversation model switch (#10007)
  fix(desktop): clarify compact cost display (#11093)
  Index messages by (session_id, created_timestamp, id) to stop on-disk sort storms (#10874)
  docs: add tool shim guide covering when to enable, backends, and troubleshooting (#10858)
  fix(deep-link): route extension/session deep links to regular windows not standalone app windows (#10908)
  fix(ui): raise chat input z-index so slash menu appears above loading indicator (#11015)
  fix(ui): support remote working directory for external backend (#10827)
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.

[BUG] Goose working indicator overlaps with /command menu in desktop UI

2 participants