You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this issue occur when all extensions are disabled?: Yes
Title:
Chat Item Display Issue in VS Code Copilot When HTML Tags start the Input
This issue affects the readability and usability of the chat interface in VS Code Copilot, as text input starting with HTML tags like <span>, <div>, <img>, etc., causes rendering problems that make parts of the user's message overlap with the chat-attached-context element.
![[Snipaste_2025-03-11_00-18-53.png]]
Steps to Reproduce:
Open a chat session in the VS Code Copilot (not "Copilot Edits").
Input a message beginning with an HTML tag (e.g., <div>example). Ensure the HTML tag is at the very start of the input text.
Observe that the height of the text area does not adjust properly, causing the lower part of the text to overlap with the chat-attached-context element.
Expected Behavior:
The chat item should correctly calculate its height based on the content, ensuring that all parts of the user's message are clearly visible and do not overlap with other elements.
Actual Behavior:
When the input starts with an HTML tag, the rendering height of the text area is too low, leading to a portion of the text overlapping with the chat-attached-context element. This issue does not occur if HTML tags are used but not at the beginning of the text.
Additional Information:
Does this issue occur when all extensions are disabled?: Yes
Does this issue occur when all extensions are disabled?: Yes
Title:
Chat Item Display Issue in VS Code Copilot When HTML Tags start the Input
This issue affects the readability and usability of the chat interface in VS Code Copilot, as text input starting with HTML tags like
<span>
,<div>
,<img>
, etc., causes rendering problems that make parts of the user's message overlap with thechat-attached-context
element.![[Snipaste_2025-03-11_00-18-53.png]]
Steps to Reproduce:
<div>example
). Ensure the HTML tag is at the very start of the input text.chat-attached-context
element.Expected Behavior:
The chat item should correctly calculate its height based on the content, ensuring that all parts of the user's message are clearly visible and do not overlap with other elements.
Actual Behavior:
When the input starts with an HTML tag, the rendering height of the text area is too low, leading to a portion of the text overlapping with the
chat-attached-context
element. This issue does not occur if HTML tags are used but not at the beginning of the text.Additional Information:
VS Code Version
This issue can also be reproduced in this new dev version:
OS Version:
Windows 11 24H2
The text was updated successfully, but these errors were encountered: