Closed
Bug 98421
Opened 24 years ago
Closed 24 years ago
<br> tags are inserted into every cell of a table
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
People
(Reporter: TucsonTester2, Assigned: Brade)
Details
Attachments
(1 file)
1.95 KB,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.3+) Gecko/20010903
Netscape6/6.1b1
BuildID: 20010903
After inserting a table I found that I was not able to take the <br> tags out of
any of the cells. I would go into the html to remove them but composer put them
back in. I find this to be very annoying. I was using cells between cells as
seperating lines. I added
Reproducible: Always
Steps to Reproduce:
1.Open the attached HTML file in the browser
2.Look at the format of the page
3.Click on file -> edit page
4.Click on the browse button in the toolbar and save the page
5.Observe the new formatting
Actual Results: The <br> tags were added to the table's cells, by doing this
the formatting of the page is changed without any editing at all. I checked
this against 4.7 and it handled table editing without adding the <br> just fine.
Expected Results: I would expect that I could insert and format the tables I
create without any extra html being added, especially after I take tags out of
the html source.
Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
This happens due to the oddities of bug 85505. It's not exactly a duplicate,
but this is a known issue.
Comment 3•24 years ago
|
||
And bug 97195 is about the same issue. Mark them as duplicates of something.
Anything.
Assignee | ||
Comment 4•24 years ago
|
||
dup #85505 (other similar bugs are already duped/verified against it)
*** This bug has been marked as a duplicate of 85505 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•