Closed
Bug 46631
Opened 25 years ago
Closed 25 years ago
bad interpretation of \r in some cases (missing space) in html page (not on all pages...)
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: sindelap, Assigned: clayton)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; m17) Gecko/20000726
BuildID: 2000072608
In the page http://www.root.cz/clanek.phtml?id=431, some words (if they are
delimited only by \r) is missing space, ehh I mean, opticaly is missing, when
you cut and paste it, it's ok, space is present. Not in all pages, maybe with
interaction with css or something else.
Reproducible: Always
Steps to Reproduce:
1.Go to http://www.root.cz/clanek.phtml?id=431
2. Look at this: Uherském Hradi?ti; svém volném ...
3. So the space is here, but isn't displayed ...
Actual Results: There are no visible spaces between words which are on the and
and begining of line.
Expected Results: There should be normal spaces as between other words
Comment 1•25 years ago
|
||
I haven't checked but I would bet there is a character 151 in that paragraph.
If so then there is a bug filed on this already, bug 47154.
Comment 2•25 years ago
|
||
I actually can't reproduce this in 6.0.17.2000080104. However I am sure it is a
duplicate of 47154. I am sure of this because the text does _not_ contain the
special character(s) that I would expect (per bug 47154) to be causing the word
spacing bug.
Pes: Please reopen if this still occurs in the latest builds.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Right now I have downloaded 2000080120 build for win32, the whitespace is still
missing. I looked in the source and didn't find any 151 character in it. So
maybe, some other characters have same effect. The page is in ISO-8859-2
encoding, so maybe some characters from this code-page can cause the
misintrepretation of \r.
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Comment 4•25 years ago
|
||
This now WORKSFORME in 20000818 WinNT 4...
Gerv
Maybe this was caused by shanjian's changes to nsTextTransformer? Please
confirm that it is still fixed.
Comment 6•25 years ago
|
||
Still WORKSFORME (20000827). Marking such.
Gerv
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → WORKSFORME
Comment 8•25 years ago
|
||
Reassigning QA Contact for all open and unverified bugs previously under Lorca's
care to Gerardo as per phone conversation this morning.
QA Contact: lorca → gerardok
Comment 10•24 years ago
|
||
Verified on:
build: 2001-04-16-06-Mtrunk
platform: WinNT
There are no visible spaces at the beginning and end of line.
Status: RESOLVED → VERIFIED
SPAM. HTML Element component is deprecated, changing to Layout component. See
bug 88132 for details.
Come on Bugzilla, you can do it...
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•