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
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: