Opened 7 years ago

Closed 7 years ago

#27987 closed Cleanup/optimization (fixed)

debug view doesn't set default colours in css

Reported by: Ionuț Ciocîrlan Owned by: nobody
Component: Error reporting Version: 1.10
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: yes

Description

The debug view doesn't set default colours, which causes unexpected results when the UA's default stylesheet uses something different from the usual black-on-white text.

See attachment for a demonstration.

Attachments (1)

django-debug-view.png (59.5 KB ) - added by Ionuț Ciocîrlan 7 years ago.

Download all attachments as: .zip

Change History (3)

by Ionuț Ciocîrlan, 7 years ago

Attachment: django-debug-view.png added

comment:1 by Tim Graham, 7 years ago

Component: UncategorizedError reporting
Triage Stage: UnreviewedReady for checkin
Type: UncategorizedCleanup/optimization

comment:2 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: newclosed

In 78619bcb:

Fixed #27987 -- Added default colors in debug view CSS.

Note: See TracTickets for help on using tickets.
Back to Top