From aec4604b7682b7ffec3168b38c6bc8f60fb9ef95 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Fri, 12 Apr 2019 22:03:34 +0100 Subject: [PATCH] Disable ULS in VE readOnly mode Bug: T217740 Change-Id: I217cf957f853bf0ed701f997f36bdbcc58f4a23d --- extension.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extension.json b/extension.json index 2cc5c6e3..6192c8de 100644 --- a/extension.json +++ b/extension.json @@ -90,7 +90,8 @@ "@ULSNoImeSelectors": "Array of jQuery selectors of elements on which IME must not be enabled. @since 2013.07", "ULSNoImeSelectors": [ "#wpCaptchaWord", - ".ve-ce-surface-paste" + ".ve-ce-surface-paste", + ".ve-ce-surface-readOnly [contenteditable]" ], "@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": [