Closed
Bug 188895
Opened 22 years ago
Closed 22 years ago
converting comma separated list into table produces ill-formated table
Categories
(MailNews Core :: Composition, defect)
MailNews Core
Composition
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 187955
People
(Reporter: hud, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a; MultiZilla v1.1.33 (b)) Gecko/20021212
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3a; MultiZilla v1.1.33 (b)) Gecko/20021212
Converting a comma separated, highlighted list such as
a,b,c
into a table results in a broken table: a large cell containing a, then below
the "a" line a small cell containing b and c on lines of their own.
The expected result (and that was what 1.1 and 1.2.1 were doing) would have been
a table row with three cells (one for "a", "b", "c" each) in a single row.
Reproducible: Always
Steps to Reproduce:
1.open compose window in mail
2.enter a,b,c
3.highlight a,b,c
4.format as table (using commas as separators)
Actual Results:
+----------------------------
| a
| +---+
| | b |
| | c |
| +---+
+-----------------------------------
Expected Results:
+-----------+
| a | b | c |
+-----------+
Comment 1•22 years ago
|
||
dupe
*** This bug has been marked as a duplicate of 187955 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
OS: Linux → All
Hardware: PC → All
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•