mediawiki-extensions-Visual.../modules
Catrope c6cb537f1a Fix bugs in whitespace preservation for aliens
This was broken in three different ways:
* On the way in, we were applying whitespace to an array of elements
  rather than the actual element, so the whitespace wasn't stored.
* Whitespace processing on the way out was skipped for aliens because
  they had their own code path. Refactored this so alien openings and
  regular openings share much more code, including whitespace output.
* Somewhat unrelatedly, innerPost output was broken for paragraphs
  containing inline elements, because the inline elements' processing
  polluted lastOuterPost. Discovered this because my test with inline
  aliens also happened to be the first test of whitespace preservation
  in paragraphs with inline content elements. Fixed by explicitly
  skipping content nodes when outputting whitespace.

Fixed these issues and added a test case.

Change-Id: I8edb61a008e60ace886b1a841b3417682ec39c32
2012-09-07 15:17:28 -07:00
..
jquery Center Ellpisis for long page titles. Misc positioning fixes. 2012-09-05 13:21:29 -07:00
qunit Manage annotations in ve.AnnotationSet object 2012-09-06 14:39:38 -07:00
rangy svn:eol-style native 2012-02-10 16:57:02 +00:00
ve Fix bugs in whitespace preservation for aliens 2012-09-07 15:17:28 -07:00