Page MenuHomePhabricator

VisualEditor: GeneratedContentNode rerenders with double-escaped HTML entities
Closed, ResolvedPublic

Description

  • Create a page with <syntaxhighlight lang="javascript">foo && bar</syntaxhighlight>
  • Open the page in VE
  • Inspect the syntaxhighlight block and change bar to baz
  • Observe &amp;&amp; instead of && in the preview

Saving the change doesn't double-encode the ampersands though.


Version: unspecified
Severity: normal

Details

Reference
bz66456

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 3:17 AM
bzimport set Reference to bz66456.
  • This bug has been marked as a duplicate of bug 60332 ***