From 9f183371315173afc16db3cd62393b445fa2242b Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Fri, 11 May 2012 14:01:39 +0300 Subject: [PATCH] Hide example iframe border in IE8. --- template/app/view/examples/InlinePreview.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/app/view/examples/InlinePreview.js b/template/app/view/examples/InlinePreview.js index 33668f20..57a35fbe 100644 --- a/template/app/view/examples/InlinePreview.js +++ b/template/app/view/examples/InlinePreview.js @@ -75,8 +75,9 @@ Ext.define('Docs.view.examples.InlinePreview', { }).toHtml(); } else { + // frameBorder=0 is needed to hide the border in IE8 var tpl = new Ext.XTemplate( - '' + '' ); return tpl.apply({ id: this.iframeId -- GitLab