0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-11 02:59:07 +08:00
discourse/plugins/discourse-ai/spec/system/ai_bot
Keegan George 5c507d8359
FIX: Navigate away from bot PM when clicking /new-topic with docked composer active (#41133)
Previously, clicking a `/new-topic` link inside an AI bot PM (e.g. from
a bot closing statement) would abort the Ember transition and open the
floating `#reply-control` in place — but that element is hidden by CSS
when the docked composer is active, causing a corrupted layout with
conflicting composer state.

This change skips the abort-in-place path when the docked composer body
class is present, so the user is navigated to the homepage and the
new-topic composer opens there cleanly.
2026-06-23 13:35:34 -07:00
..
agent_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
ai_bot_helper_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
ai_bot_sidebar_navigation_spec.rb FIX: Clear forced sidebar when leaving AI bot from another panel (#37490) 2026-02-03 09:57:32 -08:00
ai_bot_starred_conversations_spec.rb FEATURE: Star AI bot conversations in sidebar (#39869) 2026-05-14 15:04:31 +10:00
ai_conversation_sidebar_share_spec.rb UX: Refine AI bot conversation page and composer (#40457) 2026-06-02 15:45:39 +10:00
ai_share_conversation_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
artifact_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
docked_composer_spec.rb FIX: Navigate away from bot PM when clicking /new-topic with docked composer active (#41133) 2026-06-23 13:35:34 -07:00
header_toggle_spec.rb DEV: Update rubocop (#38721) 2026-03-20 00:39:52 +01:00
homepage_spec.rb DEV: Enable Style/RedundantBegin rubocop rule (#40096) 2026-05-19 18:44:54 +02:00
share_spec.rb DEV: Enable Style/RedundantParentheses rubocop rule (#40095) 2026-05-19 15:48:09 +02:00
tool_list_editor_spec.rb FEATURE: Add MCP server integration to AI agents (#38706) 2026-03-25 17:32:27 +11:00
tool_spec.rb DEV: Bump checkbox redesign to stable (#40051) 2026-05-18 14:15:03 +10:00