From 9ea6f8d6ba758cf9aa035e23db228f1d53d79613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Laxstr=C3=B6m?= Date: Thu, 24 Mar 2016 11:14:17 +0100 Subject: [PATCH] Add a warning about T130390 Change-Id: I872d1dc0ec8d0827c3f56aeb1474f4596e08532d --- resources/js/ext.uls.interface.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/js/ext.uls.interface.js b/resources/js/ext.uls.interface.js index a99cc0f5..47b30ebf 100644 --- a/resources/js/ext.uls.interface.js +++ b/resources/js/ext.uls.interface.js @@ -285,7 +285,8 @@ lang: previousLang, // We could get dir from uls.data, // but we are trying to avoid loading it - // and 'auto' is safe enough in this context + // and 'auto' is safe enough in this context. + // T130390: must use attr dir: 'auto' } );