Skip to content
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

Exception widget text wrapping not perfect #23373

Closed
isidorn opened this issue Mar 28, 2017 · 2 comments
Closed

Exception widget text wrapping not perfect #23373

isidorn opened this issue Mar 28, 2017 · 2 comments
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues
Milestone

Comments

@isidorn
Copy link
Contributor

isidorn commented Mar 28, 2017

Refs #23013

  1. Start debugging some program with an exception
  2. Exception widget opens -> decrease the size of the screen bit by bit so you get word wrapping
  3. Notice how the wrapping is not perfect -> in my screenshot you can see that there is an empty line which should not be the case, it should contain the text which is not visible on the previous line

screen shot 2017-03-28 at 11 51 29

@isidorn isidorn added the debug Debug viewlet, configurations, breakpoints, adapter issues label Mar 28, 2017
@michelkaporin michelkaporin added this to the March 2017 milestone Mar 29, 2017
@michelkaporin
Copy link
Contributor

Cannot reproduce it, would be good to see it in person when you have time @isidorn.

@michelkaporin
Copy link
Contributor

After talk to @isidorn it seems that it is OS-specific (Windows is fine, Mac OS gives the result above), being a small edge case. Closing it for now as I am not doing any fancy calculations there apart from setting white-space: pre-wrap; in CSS.

https://github.com/Microsoft/vscode/blob/8b24b77b5cf320cf0c58154bfa2b5e6d652af0fc/src/vs/workbench/parts/debug/browser/media/exceptionWidget.css#L8

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues
Projects
None yet
Development

No branches or pull requests

2 participants