Closed
Bug 2840
Opened 26 years ago
Closed 25 years ago
Composer adds and deletes tags
Categories
(Core :: DOM: Editor, defect, P1)
Tracking
()
VERIFIED
WONTFIX
M4
People
(Reporter: christinehoff4, Assigned: buster)
References
()
Details
(This bug imported from BugSplat, Netscape's internal bugsystem. It
was known there as bug #300809
http://scopus.netscape.com/bugsplat/show_bug.cgi?id=300809
Imported into Bugzilla on 02/02/99 14:01)
1. Open the above URL in Composer.
Composer deletes one <P> tag, and adds several <CENTER> tags. Two center tags
are not closed causing errors in HTML validation.
Visually, spacing between graphic and text is too close
Comment 1•26 years ago
|
||
reassign to kin; set platform to All; set priority to P1; set tfv to 5.0 SF1 in
as this is a core problem we need to fix asap.
I have a fix for this in my development tree. I'll check it in after mjudge code
reviews it.
There are actually 3 bugs contained in this report:
1. Missing <P> tag
2. Several <CENTER> tags added, some not terminated properly
3. Text and graphic too close
I checked in a fix for #3 into the tip (Mozilla Public Source):
lib/layout/edtbuf.cpp revision 3.15
lib/layout/edtele.cpp revision 3.9
I checked in a fix for #2 into the tip (Mozilla Public Source):
lib/layout/edtele.cpp revision 3.14
Comment 6•26 years ago
|
||
Resolving bug as FIXED.
Chrisd--could you please create a new bug for #1 which Kin lists above?
Thanks!!!
Reporter | ||
Comment 7•26 years ago
|
||
Comments state that the following was fixed:
2. Several <CENTER> tags added, some not terminated properly
3. Text and graphic too close
Text now validates to DTD. CENTER tags are now terminated properly and the text
and graphic distance appears fixed. However:
Tags are still being added and deleted by Composer. An additional 5 CENTER
beginning and ending tags are added (one replacing a P tag), one PARAGRAPH tag
is added and 2 BR tags are deleted.
Summary revised to reflect just this problem. Re-opening bug.
Comment 8•26 years ago
|
||
Not sure if this is still relevant - if not please mark resolved won't fix in
old code base. Thanks.
Updated•26 years ago
|
Component: Composer → Editor
Product: MozillaClassic → Browser
Updated•26 years ago
|
Assignee: kin → kostello
Status: REOPENED → NEW
Updated•26 years ago
|
Target Milestone: M3 → M4
Comment 10•26 years ago
|
||
Changed to M4 milestone
Reporter | ||
Updated•26 years ago
|
QA Contact: 4110 → 4079
Reporter | ||
Comment 11•26 years ago
|
||
Reassigning qa contact to sujay@netscape.com (editor bug).
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Comment 12•26 years ago
|
||
I don't believe this is relevant anymore based on the new code base.
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 13•26 years ago
|
||
Verifying as WONTFIX.
Comment 14•25 years ago
|
||
Reassigning all bugs Assigned To kostello to buster
Assignee | ||
Comment 15•25 years ago
|
||
All these bugs were marked "New" when Jan transfered ownership of them to me.
They were all resolved and need to be marked "Verified" again.
Comment 16•25 years ago
|
||
This was Verified on 03/15/99...resetting back to Verified...Bugzilla wacked
out.
You need to log in
before you can comment on or make changes to this bug.
Description
•