mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
4ec66e983c
This is a simple mistake, it does not reset `mIsInDesignMode` when it emulates a "blur". Additionally, I realized that it does not check whether the focused element is in the document or not and emulates "focus" of itself it the focused element is in a different document. In such case, the editor shouldn't have focus, so, this is a hidden bug, but "blur" notification may occur asynchronously. Therefore, this could be a bug only in some edge cases. Differential Revision: https://phabricator.services.mozilla.com/D216907 |
||
---|---|---|
.. | ||
composer | ||
docs | ||
libeditor | ||
reftests | ||
spellchecker | ||
txmgr | ||
AsyncSpellCheckTestHelper.sys.mjs | ||
moz.build | ||
nsIDocumentStateListener.idl | ||
nsIEditActionListener.idl | ||
nsIEditor.idl | ||
nsIEditorMailSupport.idl | ||
nsIEditorSpellCheck.idl | ||
nsIHTMLAbsPosEditor.idl | ||
nsIHTMLEditor.idl | ||
nsIHTMLInlineTableEditor.idl | ||
nsIHTMLObjectResizer.idl | ||
nsITableEditor.idl |