Fix Agent 365 guide navigation and feedback access - #539
Conversation
Scroll detailed navigation targets into view with reduced-motion support and add an accessible native feedback link. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
35e9901
into
microsoft:master
🛰️ PR Sweeper reportRisk: 🟢 LOW · Security gate: ✅ passing · Files: 3 🔒 Automated guardrails (authoritative)No secret, PII, file-policy, or scope issues detected. ✅ 🤖 Dual-model AI review (advisory)AI review unavailable for this run (models not reachable or no diff). Guardrails above are unaffected.
The automated guardrails are authoritative and gate the security status. The AI review is advisory and never auto-merges. Thanks for contributing to FastTrack! 🛩️ |
Summary
Fixes two reported issues in the public Microsoft Agent 365 Customer Implementation Guide: Detailed navigation did not bring the selected section into view, and readers could not find where to submit feedback.
Root cause
Detailed navigation updated the active panel state without scrolling to it. Because the guide keeps its sections visible for continuous reading, selecting an item could leave the overview on screen. The shared header also lacked a feedback entry point.
Changes
Validation
npm run checkpassed.Preview behavior
The feedback control is a native link and does not require JavaScript. Detailed navigation still requires scripting; this change does not claim to enable interactive controls in viewers that disable scripts or block embedded frames.
Scope
No product guidance changes, external feedback submissions, or changes outside the deployment guide. Built on upstream commit
50e7ecb99c034dcfb9e0d0cf4629a549091092da.