Steps to reproduce:
- In VE standalone, edit <section>foo</section>bar
- In the console, do: ve.init.target.surface.view.documentView.documentNode.disable()
Observed behaviour: 'foo' is editable (but 'bar' is not)
Expected behaviour: 'foo' is not editable (and neither is 'bar')
This is because ce=false on the document node is overridden by ce=true on the descendant ActiveNode .