https://bugzilla.wikimedia.org/show_bug.cgi?id=48069
--- Comment #2 from Moriel Schottlender <[email protected]> --- I am entirely not sure if I am in the right direction here, but I figured I'd share my intuition -- I am thinking this is some bug with the definition of child-nodes vs same-level nodes, which results in indentation as if some of the nodes selected are parents. There was a change in ve.ce.BranchNode.js and ve.ce.ContentBranchNode.js regarding child nodes -- could this have caused it? +ve.ce.BranchNode.prototype.onModelUpdate = function ( transaction ) { + this.emit( 'childUpdate', transaction ); And there are a couple of other changes in the ve.ce.BranchNode.prototype.onSplice method. Perhaps something went wrong with the definition of what is a child and what is a same-level node, which then jumbles up the hierarchy of the list? (I do hope I am in the right direction here, I thought I'd share my thoughts) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
