Closed
Bug 544168
Opened 15 years ago
Closed 15 years ago
nsIEditorIMESupport::endComposition shouldn't be scriptable
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a2
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.11 KB,
patch
|
smaug
:
review+
smaug
:
superreview+
|
Details | Diff | Splinter Review |
http://mxr.mozilla.org/mozilla-central/source/editor/idl/nsIEditorIMESupport.idl
endComposition() must not be scriptable. That is used for the editor event listeners notify the composition event event to the editor.
If the developers want to commit the composition, they should use forceCompositionEnd().
Assignee | ||
Updated•15 years ago
|
Summary: nsIEditor::endComposition shouldn't be scriptable → nsIEditorIMESupport::endComposition shouldn't be scriptable
Assignee | ||
Comment 1•15 years ago
|
||
I guess that we can move the scriptable methods and properties to nsIEditor, then, we can remove the interface... but this is ok for now.
Attachment #425426 -
Flags: superreview?(Olli.Pettay)
Attachment #425426 -
Flags: review?(Olli.Pettay)
Updated•15 years ago
|
Attachment #425426 -
Flags: superreview?(Olli.Pettay)
Attachment #425426 -
Flags: superreview+
Attachment #425426 -
Flags: review?(Olli.Pettay)
Attachment #425426 -
Flags: review+
Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Comment 2•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a2
Assignee | ||
Updated•5 years ago
|
Blocks: redesign-editor-scriptable-API
You need to log in
before you can comment on or make changes to this bug.
Description
•