Remove disablement of jQuery.IME on VisualEditor surfaces

The compositionstart trigger in ContentEditableEntry#replaceTextAtSelection
causes ve.ce.Surface#handleInsertion to run, and this appears to be all the
VisualEditor integration we need. But if we later decide we need custom
TextEntry class, see the earlier revision at
https://gerrit.wikimedia.org/r/#/c/264577/3 .

Change-Id: Iad6a6eccccdf2ec9822cf7df0f0ace7a95b6bea8
This commit is contained in:
David Chan
2016-01-17 18:28:48 +08:00
committed by Divec
parent 4cbb2ca88a
commit c68cc74f39
2 changed files with 2 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ $wgULSImeSelectors = array(
*
* @since 2013.07
*/
$wgULSNoImeSelectors = array( '#wpCaptchaWord', '.ve-ce-surface *' );
$wgULSNoImeSelectors = array( '#wpCaptchaWord' );
/**
* Array of jQuery selectors of elements on which webfonts must not be applied.