Closed
Bug 7992
Opened 26 years ago
Closed 25 years ago
[TABLE]Implement SetBackgroundColor when in Table or Cells
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M14
People
(Reporter: Brade, Assigned: cmanske)
References
Details
Based on conversation in the editor newsgroup, move SetBackgroundColor to be in a
more correct class (nsTextEditor?).
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Summary: SetBackgroundColor in nsHTMLEditor → Implement SetBackgroundColor in both nsHTMLEditor and nsTextEditor
Target Milestone: M8
Assignee | ||
Comment 1•26 years ago
|
||
The version in nsTextEditor should just set the document background color.
The version in nsHTMLEditor should set the table or cell background for the
appropriately-selected element or the cell background if text selection is
inside a single cell.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M8 → M9
Assignee | ||
Comment 2•26 years ago
|
||
I'll implement setting the table or cell background when I get into table work
in M9, so I'll take of this then.
Assignee | ||
Updated•26 years ago
|
Target Milestone: M9 → M11
Assignee | ||
Comment 3•26 years ago
|
||
Changed to M11
Assignee | ||
Updated•26 years ago
|
Target Milestone: M11 → M12
Assignee | ||
Comment 4•26 years ago
|
||
Changing target
Assignee | ||
Updated•26 years ago
|
Summary: Implement SetBackgroundColor in both nsHTMLEditor and nsTextEditor → Implement SetBackgroundColor when in Table or Cells
Assignee | ||
Comment 6•26 years ago
|
||
Changing summary to better describe the task. nsTextEditor doesn't exist
anymore, so the task is to detect when selection is in a table or cell and
set background on that instead of the entire page.
Updated•26 years ago
|
Summary: Implement SetBackgroundColor when in Table or Cells → [TABLE]Implement SetBackgroundColor when in Table or Cells
Updated•26 years ago
|
Target Milestone: M12 → M14
Comment 7•26 years ago
|
||
pushing table tweaking out to M14
Updated•25 years ago
|
Target Milestone: M14 → M15
Comment 8•25 years ago
|
||
moving to m15 - load balance
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Depends on: 24410
Resolution: --- → FIXED
Target Milestone: M15 → M14
Assignee | ||
Comment 9•25 years ago
|
||
This is fixed, but depends on 24410 to verify.
You can try to set the color of a cell, but it will look like only the cell
border is colored. Karnaze will fix 24410 for M14.
Comment 10•25 years ago
|
||
I'll need help verifying this one please..thanks!
Comment 11•25 years ago
|
||
verified in 1/19 build.
You need to log in
before you can comment on or make changes to this bug.
Description
•