Closed
Bug 190443
Opened 22 years ago
Closed 22 years ago
Composer adds newlines between inline style commands every time you load a page.
Categories
(Core :: DOM: Serializers, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 145196
People
(Reporter: rssb, Unassigned)
References
()
Details
Attachments
(1 file)
371 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3a) Gecko/20021212
Each time you save the document, Composer adds more blank lines in the
<style>...</style> section of the HTML source of an edited page.
Reproducible: Always
Steps to Reproduce:
1. Make a local copy of the style-problem.html page, or any HTML page with
inline style commands.
2. Edit this page in Mozilla Composer and use the 'HTML Source' tab at the
bottom of Composer.
3. Look at the line formatting of the <style>...</style> section.
4. Now, make any change to the document, for example to the wording.
5. Save the file, close it, reopen it in Composer and look at the HTML Source
again. There are now extra newlines between each of the Style commands.
Actual Results:
More blank lines than there were before.
Expected Results:
Retained line formatting in original document's HTML source.
Reporter | ||
Comment 1•22 years ago
|
||
This file is pretty trivial, it is just an example of the kind of document
affected by this bug.
Comment 2•22 years ago
|
||
I am unable to reproduce this bug in my debug build on OSX from today; I thought
it was fixed in October 2002.
duplicate of bug 145196
*** This bug has been marked as a duplicate of 145196 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Component: Editor: Composer → DOM to Text Conversion
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•