Summary
Follow-up to #2626. After the fix that unblocks the surrounding UI during a user_prompt, scrolling within a long user_prompt body using the mouse scroll wheel no longer works.
Expected behavior
When a user_prompt is longer than the visible area, the scroll wheel should scroll its contents so the user can read the full prompt before answering.
Current behavior
The scroll wheel does not scroll the user_prompt content. Long prompts are effectively unreadable beyond the initial viewport unless the user can find another way to scroll (e.g. keyboard).
Context
Reported from a TamPA session. TamPA uses user_prompt for structured selection / approval steps which can contain long option lists or context blocks; users need to be able to scroll through these before choosing.
Summary
Follow-up to #2626. After the fix that unblocks the surrounding UI during a
user_prompt, scrolling within a longuser_promptbody using the mouse scroll wheel no longer works.Expected behavior
When a
user_promptis longer than the visible area, the scroll wheel should scroll its contents so the user can read the full prompt before answering.Current behavior
The scroll wheel does not scroll the
user_promptcontent. Long prompts are effectively unreadable beyond the initial viewport unless the user can find another way to scroll (e.g. keyboard).Context
Reported from a TamPA session. TamPA uses
user_promptfor structured selection / approval steps which can contain long option lists or context blocks; users need to be able to scroll through these before choosing.