зеркало из https://github.com/mozilla/gecko-dev.git
b9d27ed316
This fix allows that we can remove previous div block that isn't editable. ``` <div contenteditable>foo<div contenteditable=false>bar</div><[]baz</div> ``` Our text scanner can reach previous text node in other block when deleting text even if text node is read-only. In this situation, we try joining each block. But since target element/node isn't editable, this operation is failure. So we should use atomic deletion instead for this case. Differential Revision: https://phabricator.services.mozilla.com/D115341 |
||
---|---|---|
.. | ||
composer | ||
docs | ||
libeditor | ||
reftests | ||
spellchecker | ||
txmgr | ||
AsyncSpellCheckTestHelper.jsm | ||
moz.build | ||
nsIDocumentStateListener.idl | ||
nsIEditActionListener.idl | ||
nsIEditor.idl | ||
nsIEditorMailSupport.idl | ||
nsIEditorObserver.idl | ||
nsIEditorSpellCheck.idl | ||
nsIHTMLAbsPosEditor.idl | ||
nsIHTMLEditor.idl | ||
nsIHTMLInlineTableEditor.idl | ||
nsIHTMLObjectResizer.idl | ||
nsITableEditor.idl |