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

Userscript console output lines jagged #3252

Open
mjross opened this issue Oct 8, 2017 · 0 comments
Open

Userscript console output lines jagged #3252

mjross opened this issue Oct 8, 2017 · 0 comments

Comments

@mjross
Copy link

mjross commented Oct 8, 2017

Summary

When running a user script that generates output to the console, such as errors, the resulting lines are not horizontally aligned, but instead, for each property/value pair, the value is displayed higher than the property, as if it is a superscript.

Steps to Reproduce

Help > Troubleshooting > Restart in Safe-Mode. Create a new userscript that will generate at least one error. For my example here, I simply called an undefined function:

f();

Run the userscript and view the console in the bottom pane.

In the attached screenshots, you can see the lack of horizontal alignment of the text. The first two are using the default color scheme, and the other two are using the "Cupertino" color scheme. (I had to do two screenshots for each to fit all the text in.)

The output text is still readable, of course, but it looks quite odd and might be easily fixed.

Platform Information

Komodo IDE 11.0.0 build 90668 on Windows 10 Pro

Attachments

console default 1
console default 2
console light 1
console light 2

@Naatan Naatan self-assigned this Oct 10, 2017
@Naatan Naatan added this to the Perpetual milestone Oct 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants