Skip to content
Snippets Groups Projects
Commit e27e463d authored by Masayuki Nakano's avatar Masayuki Nakano
Browse files

Bug 1835444 - Make `HTMLEditor` never move unremovable nodes r=m_kato, a=dmeehan

The `outdent` handler faces unexpected scenario due to the `<blockquote>`
element becomes not editable due to the `onstart` listener. The event listener
runs when the `<marquee>` moves from its container to new left node at splitting
it. Therefore, we need to put a lot of "removable node checks" before moving
nodes.

Differential Revision: https://phabricator.services.mozilla.com/D179421
parent faa6607a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment