Edit report at http://pear.php.net/bugs/bug.php?id=13064&edit=1
ID: 13064
Updated by: helgith@gmail.com
Reported By: wiesemann at php dot net
Summary: Problems with automatically added linebreaks in
manual navigation bar
-Status: Open
+Status: Closed
Type: Bug
Package: pearweb
Operating System: Irrelevant
Package Version: 1.17.1
PHP Version: 5.2.5
-Assigned To:
+Assigned To: dufuz
-Roadmap Versions:
+Roadmap Versions: 1.18.0
New Comment:
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: dufuz
-Roadmap Versions:
+Roadmap Versions: 1.18.0
This bug has been fixed in CVS.
If this was a documentation problem, the fix will appear on
pear.php.net by the end of next Sunday (CET).
If this was a problem with the pear.php.net website, the change should
be live shortly.
Otherwise, the fix will appear in the package's next release.
Thank you for the report and for helping us make PEAR better.
Looks like phd fixed it ? At least I don't see the problem anymore
Previous Comments:
------------------------------------------------------------------------
[2008-02-07 06:39:18] wiesemann
Helgi, how about simply using HTML linebreaks (<br> or <br />) instead
of "\n"? A single letter in the new line would still look kind of weird
but IMHO be more reasonable than a space in the same line.
------------------------------------------------------------------------
[2008-02-06 16:46:16] dufuz
I have this weird feeling that we'll never manage to fix it to suite
every single doc thing :-/
I can check it out but as I said, I think something else will go
haywire instead.
------------------------------------------------------------------------
[2008-02-06 01:34:28] wiesemann
While looking again into the S_E_W docs, I just noticed that also
"Worksheet::setMarginRigh t ", "Worksheet::setHPagebreak s", and
"Worksheet::setVPagebreak s" are shown in the menu bar (in IE 7 and FF
2). Maybe the length values should be revised?
------------------------------------------------------------------------
[2008-02-05 11:38:56] dufuz
I guess we could always decode, then wordwrap and then encode again,
that might solve it.
------------------------------------------------------------------------
[2008-02-05 05:40:03] wiesemann
Description:
------------
The automatically added linebreaks in the navigation bar on the right
side of the manual pages seems to "fail" on lines that contain "&". For
example, in the docs for the Spreadsheet_Excel_Writer package,
"Workbook::&setTempDi r" is shown (note: "&" is used in the XML
file):
http://pear.php.net/manual/en/package.fileformats.spreadsheet-excel-writer.intro.php
I haven't checked whether this should be fixed in pearweb or in in
peardoc.
------------------------------------------------------------------------