-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TestMessage display incorrectly when it's a markdown string in 1.92.0 #224575
Labels
Milestone
Comments
connor4312
added a commit
that referenced
this issue
Aug 2, 2024
At the time markdown messages were rendered, the output element was not in the DOM, so its height was always 0. It was also missing a couple of style adjustments. Additionally it tweaks the diff height before we fall back to nested scrollbars -- a limit of 1000px was very low. I had this commit on a branch from earlier but it never made it to PR :x Refs #224575
connor4312
added
the
candidate
Issue identified as probable candidate for fixing in the next release
label
Aug 2, 2024
Sorry, this got lost in the shuffle of the call stack UI :( |
connor4312
added a commit
that referenced
this issue
Aug 2, 2024
At the time markdown messages were rendered, the output element was not in the DOM, so its height was always 0. It was also missing a couple of style adjustments. Additionally it tweaks the diff height before we fall back to nested scrollbars -- a limit of 1000px was very low. I had this commit on a branch from earlier but it never made it to PR :x Refs #224575
connor4312
added
bug
Issue identified by VS Code Team member as probable bug
testing
Built-in testing support
labels
Aug 2, 2024
connor4312
added a commit
that referenced
this issue
Aug 2, 2024
At the time markdown messages were rendered, the output element was not in the DOM, so its height was always 0. It was also missing a couple of style adjustments. Additionally it tweaks the diff height before we fall back to nested scrollbars -- a limit of 1000px was very low. I had this commit on a branch from earlier but it never made it to PR :x Refs #224575
connor4312
added a commit
that referenced
this issue
Aug 5, 2024
At the time markdown messages were rendered, the output element was not in the DOM, so its height was always 0. It was also missing a couple of style adjustments. Additionally it tweaks the diff height before we fall back to nested scrollbars -- a limit of 1000px was very low. I had this commit on a branch from earlier but it never made it to PR :x Refs #224575
Verification steps:
|
zongou
pushed a commit
to zongou/vscode
that referenced
this issue
Aug 13, 2024
At the time markdown messages were rendered, the output element was not in the DOM, so its height was always 0. It was also missing a couple of style adjustments. Additionally it tweaks the diff height before we fall back to nested scrollbars -- a limit of 1000px was very low. I had this commit on a branch from earlier but it never made it to PR :x Refs microsoft#224575
|
mustard-mh
pushed a commit
to gitpod-io/openvscode-server
that referenced
this issue
Sep 2, 2024
At the time markdown messages were rendered, the output element was not in the DOM, so its height was always 0. It was also missing a couple of style adjustments. Additionally it tweaks the diff height before we fall back to nested scrollbars -- a limit of 1000px was very low. I had this commit on a branch from earlier but it never made it to PR :x Refs microsoft#224575
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Does this issue occur when all extensions are disabled?: Yes/No
Version: 1.92.0 (Universal)
Commit: b1c0a14
Date: 2024-07-31T23:26:45.634Z
Electron: 30.1.2
ElectronBuildId: 9870757
Chromium: 124.0.6367.243
Node.js: 20.14.0
V8: 12.4.254.20-electron.0
OS: Darwin arm64 23.5.0
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: