r112657 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112656‎ | r112657 | r112658 >
Date:23:40, 28 February 2012
Author:christian
Status:deferred
Tags:
Comment:
adding bidirectional text for testing
Modified paths:
  • /trunk/extensions/VisualEditor/demos/playground/playground.js (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/demos/playground/playground.js
@@ -37,7 +37,7 @@
3838
3939 // Set initial content for the "editor"
4040 // this.$editor.html("<b>Lorem Ipsum is simply dummy text</b> of the printing and typesetting industry. <b>Lorem Ipsum has been the <i>industry's</i> standard</b> dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it <u>to <b>make <i>a type</i> specimen</b> book.</u>... New text...");
41 - this.$editor.html("Ipsum <b>New book me<i>ss</i>age is good</b> Lorem");
 41+ this.$editor.html("This is a <span style='direction: rtl; unicode-bidi: bidi-override;'>bidirectional text</span> page. Let's see if this damn thing works!");
4242 // this.$editor.html("... <b>w</b>");
4343 this.$editor.addClass('leafNode');
4444
@@ -225,4 +225,4 @@
226226
227227 $(function() {
228228 new app();
229 -});
\ No newline at end of file
 229+});

Status & tagging log