Open
Bug 1910016
Opened 1 year ago
Updated 1 year ago
`TextEditor` should manage its focus state with a `bool` flag
Categories
(Core :: DOM: Editor, task)
Core
DOM: Editor
Tracking
()
ASSIGNED
People
(Reporter: masayuki, Assigned: masayuki)
References
(Blocks 1 open bug)
Details
As you know, focus state of editor class does not match nsFocusManager state if focus or blur event is fired asynchronously. Therefore, there is no way to check whether an editor gets received the latest focus or blur. So, like we do it in bug 1798379 for HTMLEditor, TextEditor should also have the flag (in EditorBase).
| Assignee | ||
Updated•1 year ago
|
Blocks: redesign-editor-module
See Also: → 1798379
You need to log in
before you can comment on or make changes to this bug.
Description
•