Closed
Bug 59115
Opened 25 years ago
Closed 25 years ago
Cannot Copy and paste column to the table
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
mozilla0.9
People
(Reporter: hobbit_mak, Assigned: cmanske)
References
()
Details
Attachments
(1 file)
|
657 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; m18) Gecko/20001102
BuildID: 20001102
Cannot insert column to the table with colspan and rowspan
Reproducible: Always
Steps to Reproduce:
1. Edit page of url
2. Insert Column to the table
Actual Results: Table is destoroyed.
Expected Results: Column is properly inserted.
| Assignee | ||
Comment 2•25 years ago
|
||
I can't reproduce this.
Please attach a sample table with exactly the colspan and/or rowspan values set
and what cell you are in when you tried to insert the column, and how you did it:
Via the toplevel "Table" menu, or using right-mouse context menu, etc.
| Reporter | ||
Comment 3•25 years ago
|
||
| Reporter | ||
Comment 4•25 years ago
|
||
Attachment 11 [details]/19/00 06:13
1. Move cursor to a11 and select (table)-(select)-(column).
2. Select (edit)-(copy).
3. Move cursor to a31 and selecr (table)-(select)-(column).
4. Selecr (edit)-(pase).
Actual result.
Nothing was copied.
No error message was issued.
Expected Results: a11 and a12 are copied to a31 and a32 or left of them or
output proper error message at least.
| Assignee | ||
Comment 5•25 years ago
|
||
That's a better description. We need to be as precise as possible when describing
bugs -- this bug is not about "inserting columns", but about copying and pasting.
We know about those problems. JFrancis and I are working on these issues.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Cannot insert column to the table → Cannot Copy and paste column to the table
| Assignee | ||
Comment 6•25 years ago
|
||
This is dependent on Joe's work with copying, but the solution to letting user
paste cells from the clipboard into a table as a column will be supported via
a "Paste Special" submenu: This will have various choices such as :
Paste as Table
Past as Row(s)
Past as Column(s)
Replace Existing Cells
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9
| Assignee | ||
Comment 7•25 years ago
|
||
*** This bug has been marked as a duplicate of 41547 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•