https://bugzilla.wikimedia.org/show_bug.cgi?id=49782

--- Comment #5 from [email protected] ---
It is not a core issue.  editMode is true on parsoid.wmflabs.org -- so all
serialization in forms go through regular serialization.

See below from commandline output:

[subbu@earth tests] echo '* {{ {{ucfirst:{{lc:UNSIGNED}}}}
|user=Root|date=00:43, 21 May 2013 (UTC)}}' | node parse --wt2wt
* {{{{ucfirst:{{lc:UNSIGNED}}}} |user=Root|date=00:43, 21 May 2013 (UTC)}}
[subbu@earth tests] echo '* {{ {{ucfirst:{{lc:UNSIGNED}}}}
|user=Root|date=00:43, 21 May 2013 (UTC)}}' | node parse --wt2wt --editMode
false
* {{ {{ucfirst:{{lc:UNSIGNED}}}} |user=Root|date=00:43, 21 May 2013 (UTC)}}

So, this is going through non-selser serialization which means that segment of
the DOM is being marked dirty.

-- 
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

Reply via email to