View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000112 | Xdebug | Uncategorized | public | 2005-02-03 12:55 | 2020-03-12 17:07 |
Reporter | rubenv | Assigned To | derick | ||
Priority | low | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | won't fix | ||
Summary | 0000112: 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 tags are used. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 4.3.10-dev | ||||
|
A screenshot can be found here: |
|
If you know how to fix this (HTML wise) without using CSS, let me know... I've no idea. |
|
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). |
|
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. |
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 |