Disable ULS on VE focusable nodes

The user isn't supposed to type when a focusable node
is selected, and the overlay renders in the top left
corner of the screen.

Change-Id: I52a7947175b4be235f77eaf0e02cebd542f8e500
This commit is contained in:
Ed Sanders
2016-02-07 19:56:18 +00:00
parent 1146936e5b
commit ce3f9e5358

View File

@@ -80,7 +80,8 @@
],
"@ULSNoImeSelectors": "Array of jQuery selectors of elements on which IME must not be enabled. @since 2013.07",
"ULSNoImeSelectors": [
"#wpCaptchaWord"
"#wpCaptchaWord",
".ve-ce-surface-paste"
],
"@ULSNoWebfontsSelectors": "Array of jQuery selectors of elements on which webfonts must not be applied. By default exclude elements with .autonym because that style set font as Autonym @since 2013.09",
"ULSNoWebfontsSelectors": [