Closed
Bug 68747
Opened 24 years ago
Closed 24 years ago
nsHTMLEditor has redundant code copied from nsPlaintextEditor
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
mozilla0.9
People
(Reporter: akkzilla, Assigned: akkzilla)
Details
(Whiteboard: fix in hand)
Attachments
(1 file)
3.77 KB,
patch
|
Details | Diff | Splinter Review |
nsHTMLEditor has exact copies of several methods in nsPlaintextEditor -- Undo,
Redo, Cut, CanCut, Copy, CanCopy. Since nsHTMLEditor inherits from
nsPlaintextEditor, there's no need to redefine these methods, it can just
inherit them.
Patch coming, looking for an r (Joe?) and sr (Simon?)
Assignee | ||
Comment 1•24 years ago
|
||
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9
Comment 2•24 years ago
|
||
sr=sfraser
Assignee | ||
Comment 4•24 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•