mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
806984a06a
We hit assertion which were added by bug 1414713. That tells us an ancient bug. There is comment which claims that we should move all list items in the right list node to left list node if the list nodes should be merged. However, this has never been done actually since 2002. The code tried to move *some* list items in the right list node to the list list node. However, retrieving first list item at an offset almost always failed because the offset variable has never been initialized. If we believe the comment, we should move all children of the right list node to the left list node. However, until we get a testcase to reach this case, we should keep current behavior, i.e., do nothing, for unexpected regression. MozReview-Commit-ID: 1r81q1m44oW --HG-- extra : rebase_source : fc02520f76440d5900fec0517aa6bcd188e1a14f |
||
---|---|---|
.. | ||
composer | ||
libeditor | ||
reftests | ||
txmgr | ||
txtsvc | ||
AsyncSpellCheckTestHelper.jsm | ||
moz.build | ||
nsEditorCID.h | ||
nsIDocumentStateListener.idl | ||
nsIEditActionListener.idl | ||
nsIEditor.idl | ||
nsIEditorMailSupport.idl | ||
nsIEditorObserver.idl | ||
nsIEditorSpellCheck.idl | ||
nsIEditorStyleSheets.idl | ||
nsIEditorUtils.idl | ||
nsIHTMLAbsPosEditor.idl | ||
nsIHTMLEditor.idl | ||
nsIHTMLInlineTableEditor.idl | ||
nsIHTMLObjectResizer.idl | ||
nsIPlaintextEditor.idl | ||
nsITableEditor.idl | ||
nsIURIRefObject.idl | ||
nsPIEditorTransaction.idl |