Closed Bug 242511 Opened 21 years ago Closed 19 years ago

deleting the first character actually deletes the first two

Categories

(SeaMonkey :: Composer, defect)

x86
Windows XP
defect
Not set
minor

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: boofy_bloke, Unassigned)

References

(Depends on 1 open bug)

Details

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a) Gecko/20040428 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a) Gecko/20040428 Here is the original code: <body> <!--#include virtual="../../ssi/header.html" --> <h6><a href="#images" onmouseover="self.status='Surveillance images';return true">0 surveillance images are loading at the bottom of the page</a><a name="top"></a></h6> When I delete the "0" in normal view Composer produces this code: <body> <!--#include virtual="../../ssi/header.html" --> <h6>&nbsp; <a href="#images" onmouseover="self.status='Surveillance images';return true">surveillance images are loading at the bottom of the page</a><a name="top"></a></h6> There are actually TWO blank spaces in normal view (the "&nbsp;" and the carriage return) before the link begins. Reproducible: Always Steps to Reproduce: 1. 2. 3. Expected Results: <body> <!--#include virtual="../../ssi/header.html" --> <h6><a href="#images" onmouseover="self.status='Surveillance images';return true"> surveillance images are loading at the bottom of the page</a><a name="top"></a></h6>
There are many already filed bugs (bug 138651, bug 177679, bug 177379, bug 237773, bug 244005, etc.. and definitively bug 97278) on blank lines and blank spaces added. The &nbsp; could be created to preserve the space between the "0" and "surveillance" words when one removes the "0" character. In which case, Composer copes accordingly with what the author/user seems to request. If you remove the "0" character and the blank space separating these 2 words, then no &nbsp; is added. The carriage return could be inserted to preserve the linefeed possibly caused by normal linewrap at window's right edge. It's not clear this is a bug. Providing a *_reduced_* testcase/demopage would help here.
Depends on: 97278
Please do not abuse the severity field: even if this is a bug, it certainly, definitively is not a major one.
Severity: major → minor
Product: Browser → Seamonkey
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
We don't know what fixed this worksforme
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago19 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.