Closed
Bug 15831
Opened 26 years ago
Closed 26 years ago
default table entry should have tbody
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M11
People
(Reporter: sujay, Assigned: cmanske)
Details
using 10/7 build of apprunner
1) launch apprunner
2) launch editor
3) isnert table with default values
notice the fields= 1 rown and 2 columns
4) click OK and notice you get a table with only 1 column
and 1 row...I don't see the other row...
all platforms...
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M11
| Assignee | ||
Updated•26 years ago
|
Summary: default table entry should have 2 columns → default table entry should have tbody
| Assignee | ||
Comment 1•26 years ago
|
||
The problem is not that the second column is missing, it is there (use right
arrow to get to it.) The cell borders are not being displayed correctly.
This is fixed by inserting a <tbody> tag under the table.
| Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 2•26 years ago
|
||
Checked in 10/13
You need to log in
before you can comment on or make changes to this bug.
Description
•