Closed
Bug 208103
Opened 22 years ago
Closed 21 years ago
The browser doesn't show more than 1700 characters per line (The number is not sure but it is around that).
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: akela2, Unassigned)
Details
Attachments
(1 file)
|
2.05 KB,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003
I was trying to show the content of a php variable in a line. The variable
contain a complete file and it was shown only if the file was less than 1700
bytes. Windows explorer show everithing even for bigger files. The problem could
be or in the line length or in the variable lenght. The variable infact is a
long character string witout space.
Reproducible: Always
Steps to Reproduce:
1.in a php file i charge a file content in a variable
2.with the same php file i produce an html file to show the variabile content
Actual Results:
the content is troncate
Expected Results:
show all the content of the variable
Comment 1•22 years ago
|
||
Never heard of nl2br() to break up your line ?
Comment 2•22 years ago
|
||
Reporter, do you want Mozilla to break up the line (there are several bugs open
on that), or do you really want us to display a 1700+ character line ? If the
latter, please explain why this is so important. I fail to see why this is an
advantage.
Aslo, please provide us with a test-URL.
Comment 3•22 years ago
|
||
Testcase WFM (also works in a text only file) on Win2k.
Comment 4•22 years ago
|
||
Marco, with current Mozilla builds, is this still a problem for you?
I assume that there were special characters in the file...
Comment 5•21 years ago
|
||
-> WFM
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•