Closed
Bug 103257
Opened 24 years ago
Closed 3 years ago
Support arbitary split of cell
Categories
(Core :: DOM: Editor, enhancement)
Tracking
()
RESOLVED
INVALID
Future
People
(Reporter: wkfx2003-bugzilla, Unassigned)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4+)
Gecko/20011003
BuildID: 2001100303
Currently, only cell that was join can be split up. It would be nice if any cell
can be split.
e.g. Original, 4 cells,
A B
C D
Can be split to
A B
C1 C2 D
and add colspan=2 to cell Aautomatically.
Comment 1•24 years ago
|
||
reassign to editor
Assignee: ducarroz → kin
Component: Composition → Editor: Core
Keywords: mailtrack
Product: MailNews → Browser
QA Contact: sheelar → sujay
Comment 3•24 years ago
|
||
Your example may be simple, but this can get very complicated in a complex table
that already has rowspan and/or colspan > 1. Would be nice to do someday, but
not anytime soon.
Summary: [RFE] Support arbitary split of cell → Support arbitary split of cell
Updated•18 years ago
|
QA Contact: sujay → editor
Comment 4•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months, so the assignee is being reset.
Assignee: cmanske → nobody
Status: ASSIGNED → NEW
Comment 5•3 years ago
|
||
From point of view of editor module for Firefox, this must be not good thing for web compat (I assume that Blink/WebKit do not have such feature). So this should be implemented by each web apps.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•