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". |