https://bugzilla.wikimedia.org/show_bug.cgi?id=72426
--- Comment #12 from [email protected] --- To summarize the discussion from IRC, we figured out that we had a gap in our collective cut-paste handling, and found a solution to preserve syntax on cut-paste that should work. * VE preserves the data-parsoid attribute on paste which Parsoid can then use to preserve the syntax. Parsoid should be prepared to handle mangled data-parsoid contents in the generic paste scenario. * Once Parsoid moves the data-parsoid attribute out of the DOM into metadata storage and replaces them with element ids, on paste. VE preserves the element id of the original element. At this point, we think that solution should work even if this introduces duplicate element ids into the DOM. To be verified when we get to that point. -- 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
