#12397 closed defect (cantfix)
Stack trace lacks indenting
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | rendering | Version: | |
Severity: | normal | Keywords: | |
Cc: | support@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
When Trac displays a stack trace (internal error) it allows you to click on the function name to show the code and variables. The code over there is unfortunately not visibly indented. There is indenting but it's not visible due to HTML hiding the spaces.
I've personally fixed it by putting <code> tags within the <td> on line 165 of error.html: source:/trunk/trac/templates/error.html@13103:165#L165
Attachments (2)
Change History (12)
comment:1 by , 9 years ago
Description: | modified (diff) |
---|
by , 9 years ago
Attachment: | 20160311T085216.png added |
---|
comment:2 by , 9 years ago
comment:3 by , 9 years ago
It seems that works for me. There is the indentation. Please post the details, also, the diff format for your changes.
by , 9 years ago
Attachment: | Screen Shot 2016-03-11 at 01.06.42.png added |
---|
screenshot without indenting
comment:4 by , 9 years ago
comment:5 by , 9 years ago
Cc: | added |
---|---|
Component: | web frontend → rendering |
Resolution: | → cantfix |
Status: | new → closed |
comment:6 by , 9 years ago
Description: | modified (diff) |
---|
comment:7 by , 9 years ago
I'll report the bug downstream :)
Sorry for the useless bug report guys. Although it would still help to know which css rules take care of the formatting in the regular case so I can find the proper fix.
comment:8 by , 9 years ago
You can use Inspector of Web Developer in Firefox, Developer Tools in Chrome, etc.
Also, that issue is cuased by that Agilo plugin prevents use of common/css/trac.css
in Trac core.
comment:9 by , 9 years ago
I'm aware of that part. I know how my css looks, the thing I don't know is how it's supposed to look since I don't have a regular trac install where I can generate an error.
comment:10 by , 9 years ago
@Jun thanks for the cc
@reporter we received your report on the google group here:
https://groups.google.com/forum/#!searchin/agilo/Agilo$20breaks$20stack$20trace$20indenting/agilo/VcIKrigfDGA/xoxrzOsOCQAJ
Thanks for your report, we will follow up there
That's curious, perhaps some css is overwriting it for me. Would you be able to show me the relevant css so I know what to grep for in my source?