Closed
Bug 169784
Opened 23 years ago
Closed 22 years ago
1.0 branch: editor command dispatching does not work
Categories
(SeaMonkey :: Composer, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sfraser_bugs, Assigned: mjudge)
Details
Attachments
(2 files, 1 obsolete file)
|
9.05 KB,
patch
|
Details | Diff | Splinter Review | |
|
8.21 KB,
patch
|
Details | Diff | Splinter Review |
An embedding client on the Mozilla 1.0 branch is trying to use the editor
embedding APIs and command dispatching is not working for any editor commands.
Also, commands other than bold, italics and underline are not being updated.
| Reporter | ||
Comment 1•23 years ago
|
||
The first part of the problem: the nsEditorController wasn't implementing
nsICommandController. This patch fixes that.
Command updating, and some specific commands, are still broken.
| Reporter | ||
Comment 2•23 years ago
|
||
This patch should fix almost all the outstanding issues. Editor commands
(Undo/Redo) now work, and get updated correctly. Remove all styles works, and I
fixed other commands to update properly.
Attachment #99904 -
Attachment is obsolete: true
| Reporter | ||
Comment 3•23 years ago
|
||
Comment 4•22 years ago
|
||
jjmata, smfr--Can this bug be resolved as fixed or invalid or ?
Comment 5•22 years ago
|
||
Embeddor moved to a different milestone where these issues have been addressed.
Marking wontfix for now (and probably for good?)
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
Version: Trunk → 1.0 Branch
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•