Closed
Bug 1437795
Opened 7 years ago
Closed 7 years ago
Reset TextInputListener on nsTextEditorState::Clear()
Categories
(Core :: DOM: Editor, enhancement, P1)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
Attachments
(1 file)
nsTextEditorState is reusable object by HTMLInputElement. When it is unused, it will call Unlink method to remove dependency of HTMLInputElement etc.
So we should reset TextInputListener on EditorBase too on Unlink because anyone might call nsTextEditorState from TextInputListener. Actually, OnSelectionChange doesn't use it...
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8950511 [details]
Bug 1437795 - Reset TextInputListener on nsTextEditorState::Clear().
https://reviewboard.mozilla.org/r/219792/#review225506
Attachment #8950511 -
Flags: review?(masayuki) → review+
Pushed by m_kato@ga2.so-net.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/9f075ca0c869
Reset TextInputListener on nsTextEditorState::Clear(). r=masayuki
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•