View Issue Details

IDProjectCategoryView StatusLast Update
0000112XdebugUncategorizedpublic2020-03-12 17:07
Reporterrubenv Assigned Toderick  
PrioritylowSeverityfeatureReproducibilityalways
Status resolvedResolutionwon't fix 
Summary0000112: Parameter display very long in Firefox
Description

When displaying a call stack with the function params shown, a very long list is shown, mainly becayse of the way <pre> tags are used.

TagsNo tags attached.
Operating System
PHP Version4.3.10-dev

Activities

rubenv

2005-02-03 12:56

reporter   ~0000224

A screenshot can be found here:

http://files.lambda1.be/screenshots/xdebug-call-stack.png

derick

2005-02-03 13:47

administrator   ~0000225

If you know how to fix this (HTML wise) without using CSS, let me know... I've no idea.

rubenv

2005-02-03 13:57

reporter   ~0000226

code tags could be used for this, they give the same visual formatting as pre, but do not wrap (as far as I know off), so using code instead of pre, and doing nl2br alike stuff on the variables could fix it (I think).

derick

2006-01-24 22:35

administrator   ~0000359

I am not going to change this, as it would break the layout in a very weird way when you're using arrays. They might get broken up strangely if they are not the first argument.

Issue History

Date Modified Username Field Change
2005-02-03 12:55 rubenv New Issue
2005-02-03 12:56 rubenv Note Added: 0000224
2005-02-03 13:47 derick Note Added: 0000225
2005-02-03 13:47 derick Priority normal => low
2005-02-03 13:47 derick Status new => feedback
2005-02-03 13:47 derick Category Debug client (console) => Feature/Change request
2005-02-03 13:57 rubenv Note Added: 0000226
2006-01-24 22:35 derick Status feedback => resolved
2006-01-24 22:35 derick Resolution open => won't fix
2006-01-24 22:35 derick Assigned To => derick
2006-01-24 22:35 derick Note Added: 0000359
2020-03-12 16:56 derick Severity trivial => feature
2020-03-12 17:07 derick Category Feature/Change request => Uncategorized