Closed
Bug 82400
Opened 24 years ago
Closed 24 years ago
create table from selection doesn't work for all "other characters"
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
mozilla0.9.4
People
(Reporter: Brade, Assigned: cmanske)
References
Details
(Whiteboard: [tableize])
Create Table from Selection doesn't work if you do the following:
* type: abc
* select: abc
* choose Table | Create Table from Selection
* click the "other character" radio button and enter "b"
* ensure the checkbox is checked to delete the separator character (b in this
case)
Expectation:
table with 2 cells
"b" deleted
"a" in left cell, "c" in right cell
Result:
table with 3 cells
"b" is not deleted
"abc" in middle cell
I can come up with other examples that don't work... (like using "c" instead of
"b" as separator)
We need to fix this functionality before RTM.
Updated•24 years ago
|
Updated•24 years ago
|
Whiteboard: [tablize] → [tableize]
Updated•24 years ago
|
Target Milestone: mozilla0.9.2 → mozilla0.9.3
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•24 years ago
|
Summary: create table from selection doesn't work in this case → create table from selection doesn't work for all "other characters"
Updated•24 years ago
|
Target Milestone: mozilla0.9.3 → mozilla1.0
| Assignee | ||
Comment 1•24 years ago
|
||
changing milestone to 0.9.4
Target Milestone: mozilla1.0 → mozilla0.9.4
| Assignee | ||
Comment 2•24 years ago
|
||
This is the same issue as in bug 82409: not handling certain separator characters
correctly.
*** This bug has been marked as a duplicate of 82409 ***
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•