Closed
Bug 6256
Opened 25 years ago
Closed 25 years ago
[Dogfood] basic table editing needs to be implemented (insert rows/columns)
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: sujay, Assigned: cmanske)
References
Details
(Whiteboard: [PDT+] [by 12/7] will verify in 12/7 build.)
using 5/11 build of apprunner.
The following functionality needs to be implemented for editor
New table properties dialog
Insert Row
Insert column
Insert cell
delete row
delete column
apply background color
table properties
cell properties
Updated•25 years ago
|
Assignee: kostello → cmanske
Target Milestone: M9
Comment 1•25 years ago
|
||
Assign to Charley, change milestone to M9
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•25 years ago
|
||
Fun, Fun, FUN!
Assignee | ||
Updated•25 years ago
|
Target Milestone: M9 → M10
Assignee | ||
Comment 4•25 years ago
|
||
Progressing well, but not finished for M9.
Assignee | ||
Updated•25 years ago
|
Target Milestone: M10 → M11
Assignee | ||
Updated•25 years ago
|
Target Milestone: M11 → M13
Assignee | ||
Comment 5•25 years ago
|
||
Changing priorities - table editing is post Beta1
Updated•25 years ago
|
Summary: (feature) basic table editing needs to be implemented → [Dogfood] basic table editing needs to be implemented (insert rows/columns)
Comment 7•25 years ago
|
||
If we are to have insert table, we should have insert row/column also as
dogfood. Most people do not create the right size table at the beginning.
Assignee | ||
Comment 8•25 years ago
|
||
Note that this task could be split into 2 phases: Inserting a new row or column
is easy in a table without COLSPAN and/or ROWSPAN > 1 set on any cells.
This could be implemented quickly. It is the COLSPAN and ROWSPAN effects that
make this a more difficult problem.
Insert Column is actually already mostly implemented. I can't test it now
since XUL dialogs are completely messed up today!
PDT+ for:
Insert Row
Insert column
delete row
delete column
The rest can wait for beta.
Updated•25 years ago
|
Target Milestone: M13 → M12
Comment 10•25 years ago
|
||
Charley -- I agree with the 2 phase approach. Go ahead and implement the cols
and rows insertion now, then mark this bug fixed. Submit a new bug for the
implementation of colspan and rowspan and set it to somewhere between M13 & M16.
Assignee | ||
Comment 11•25 years ago
|
||
Target fix date is 12/3
Updated•25 years ago
|
Whiteboard: [PDT+] → [PDT+] [by 12/3]
Assignee | ||
Updated•25 years ago
|
Whiteboard: [PDT+] [by 12/3] → [PDT+] [by 12/7]
Assignee | ||
Comment 12•25 years ago
|
||
Most of the work is done, but I would like to continue for a couple more days
before clearing this as fixed, so I changed the completion date.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 13•25 years ago
|
||
The following work in tables, including those with COLSPAN and/or ROWSPAN > 1:
Inserting and Deleting Cell, Row, Column, and Table.
To be completed:
Selecting cell, row, etc.
Join/Split cells.
Table Properties dialog.
These will be tracked by new bug 20973.
Whiteboard: [PDT+] [by 12/7] → [PDT+] [by 12/7] will verify in 12/7 build.
Reporter | ||
Comment 14•25 years ago
|
||
will verify in 12/7 build.
Reporter | ||
Comment 15•25 years ago
|
||
verified in 12/7 build.
You need to log in
before you can comment on or make changes to this bug.
Description
•