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)

task

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).

You need to log in before you can comment on or make changes to this bug.