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:
@@ -80,7 +80,8 @@
|
|||||||
],
|
],
|
||||||
"@ULSNoImeSelectors": "Array of jQuery selectors of elements on which IME must not be enabled. @since 2013.07",
|
"@ULSNoImeSelectors": "Array of jQuery selectors of elements on which IME must not be enabled. @since 2013.07",
|
||||||
"ULSNoImeSelectors": [
|
"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": "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": [
|
"ULSNoWebfontsSelectors": [
|
||||||
|
|||||||
Reference in New Issue
Block a user