Open Bug 1264895 Opened 8 years ago Updated 2 years ago

Move cmd_pasteQuote implementation to c-c under editor/ui/composer

Categories

(Core :: DOM: Editor, defect)

defect

Tracking

()

Tracking Status
firefox48 --- affected

People

(Reporter: m_kato, Unassigned)

References

(Blocks 1 open bug)

Details

cmd_pasteQuote is used on Thunderbird and SeaMonkey, but this isn't used on Firefox.

We should move nsPasteQuotationCommand to c-c (or implement pure JS and register this command on c-c)
But we should not move TextEditor::PasteAsQuotation() and HTMLEditor::PasteAsQuotation() because they are available if you enable middle-click-paste and do middle-click with Ctrl key.
https://searchfox.org/mozilla-central/rev/f55349994fdac101d121b11dac769f3f17fbec4b/editor/libeditor/EditorEventListener.cpp#685,717,733-734
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.