Open
Bug 294027
Opened 19 years ago
Updated 4 years ago
Need editor event for when message content/style changes
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
NEW
People
(Reporter: eyalroz1, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050128 Mnenhy/0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050128 Mnenhy/0.7
The editor does not fire an event when - for example - the current "paragraph mode" is switched to an ordered list or back again, or the text style is discontinued, or other such occurrences which do not trigger a keypress event.
Extensions may need to monitor such occurrences for various purposes, so it stands to reason that there should be some notification of them. Surely if we have a 'compose-from-changed' we can have a 'compose-message-changed' event, right?
One could think of such an event which complements keypresses or such an event which is triggered both when a key is pressed and when the message changes otherwise.
Updated•18 years ago
|
QA Contact: bugzilla → editor
Updated•18 years ago
|
Assignee: mozeditor → nobody
Comment 1•4 years ago
|
||
Bulk-downgrade of unassigned, >=3 years untouched DOM/Storage bug's priority.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
Reporter | ||
Comment 2•4 years ago
|
||
Lack of such an event makes life pretty difficult for Thunderbird extension authors in many scenarios. So, changing priority back.
Severity: S4 → S3
Priority: P5 → --
You need to log in
before you can comment on or make changes to this bug.
Description
•