Edgewall Software

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#12397 closed defect (cantfix)

Stack trace lacks indenting — at Version 6

Reported by: Wolph <wolph@…> Owned by:
Priority: normal Milestone:
Component: rendering Version:
Severity: normal Keywords:
Cc: support@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Jun Omae)

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

Change History (8)

comment:1 by Wolph <wolph@…>, 8 years ago

Description: modified (diff)

by Jun Omae, 8 years ago

Attachment: 20160311T085216.png added

comment:2 by Wolph <wolph@…>, 8 years ago

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?

comment:3 by Jun Omae, 8 years ago

It seems that works for me. There is the indentation. Please post the details, also, the diff format for your changes.

Last edited 8 years ago by Jun Omae (previous) (diff)

by Wolph <wolph@…>, 8 years ago

screenshot without indenting

comment:4 by Wolph <wolph@…>, 8 years ago

For me it looks roughly like this:

https://trac.edgewall.org/raw-attachment/ticket/12397/Screen%20Shot%202016-03-11%20at%2001.06.42.png

It could be related to the Agilo Scrum plugin I have installed. It adds a slightly custom style but the stack trace page looks mostly similar.

comment:5 by Jun Omae, 8 years ago

Cc: support@… added
Component: web frontendrendering
Resolution: cantfix
Status: newclosed

comment:6 by Jun Omae, 8 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.