View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000300 | Xdebug | Uncategorized | public | 2007-07-24 16:18 | 2007-10-28 18:13 |
Reporter | emilsedgh | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | reopened | ||
Summary | 0000300: Direction of Var_dump | ||||
Description | on Right To Left pages, when you get a Var_Dump, the results is almost unreadble.It will be nice if xdebugs adds 'direction:rtl;' to the Top Element of the var_dump result. | ||||
Tags | No tags attached. | ||||
Operating System | Kubuntu | ||||
PHP Version | 5.2.1 | ||||
|
Don't you mean "direction: ltr" there? |
|
oi! |
|
Fixed in CVS, thanks for your report. |
|
I just compiled cvs, looks like its not fixed yet, could anyone confirm this? <div style="direction:rtl"> |
|
as I see, you added dir="ltr" but there is no attribute named 'dir' (thats just for <html> tag, AFAIK), please add style="direction: ltr;" |
|
I had indeed forgotten the var_dump() - but not all the tables that were shown on errors. I checked the XHTML 1.0 specs, and "dir" can be used on table and pre as well. I therefore struck to them: http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-strict.dtd_table defines %attr (http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-strict.dtd_attrs), which includes %i18n; (http://www.w3.org/TR/xhtml1/dtds.html#dtdentry_xhtml1-strict.dtd_i18n) which defines "dir". |
Date Modified | Username | Field | Change |
---|---|---|---|
2007-07-24 16:18 | emilsedgh | New Issue | |
2007-07-24 17:12 | derick | Note Added: 0000705 | |
2007-07-24 17:12 | derick | Status | new => feedback |
2007-07-24 17:16 | emilsedgh | Note Added: 0000706 | |
2007-08-06 20:36 | derick | Xdebug Version | 2.0.0rc4 => 2.0.0 |
2007-08-06 20:36 | derick | Category | Feature/Change request => Usage problems |
2007-08-06 20:36 | derick | Status | feedback => closed |
2007-08-06 20:36 | derick | Note Added: 0000712 | |
2007-09-09 12:14 | emilsedgh | Status | closed => feedback |
2007-09-09 12:14 | emilsedgh | Resolution | open => reopened |
2007-09-09 12:14 | emilsedgh | Note Added: 0000723 | |
2007-09-18 10:17 | emilsedgh | Note Added: 0000726 | |
2007-10-28 18:13 | derick | Status | feedback => closed |
2007-10-28 18:13 | derick | Note Added: 0000777 | |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |