Closed
Bug 1467692
Opened 7 years ago
Closed 7 years ago
Create SelectAllInternal() for used by editor itself
Categories
(Core :: DOM: Editor, enhancement, P3)
Core
DOM: Editor
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
We need to distinguish whether SelectAll request comes from outside of editor or not since SelectAll() is called by TextEditor internally. So, we need to create SelectAllInternal() and make TextEditor use it.
Assignee | ||
Comment 1•7 years ago
|
||
Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8984365 [details]
Bug 1467692 - Create EditorBase::SelectAllInternal() for internal use
https://reviewboard.mozilla.org/r/250184/#review256886
Attachment #8984365 -
Flags: review?(m_kato) → review+
Updated•7 years ago
|
Priority: -- → P3
Pushed by masayuki@d-toybox.com:
https://hg.mozilla.org/integration/autoland/rev/aaa10924c04b
Create EditorBase::SelectAllInternal() for internal use r=m_kato
Comment 5•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•