From d44ce3b532003ca3269609194c9b006e90f4bfb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabr=C3=ADcio=20Zimmerer=20Murta?= Date: Sun, 24 Sep 2017 23:00:03 -0300 Subject: [PATCH] Removes field note workaround from examples. The two examples using the field note height workaround had been reverted as the bug is no longer actual as of ExtJS 6.5.0. Related github issue: extnet/Ext.NET#1428. --- src/Examples/Form/Field_Note/Overview/Default.aspx | 5 ----- src/Examples/Form/TextField/InputMask/Default.aspx | 5 ----- 2 files changed, 10 deletions(-) diff --git a/src/Examples/Form/Field_Note/Overview/Default.aspx b/src/Examples/Form/Field_Note/Overview/Default.aspx index 6ed61016..94d48e17 100644 --- a/src/Examples/Form/Field_Note/Overview/Default.aspx +++ b/src/Examples/Form/Field_Note/Overview/Default.aspx @@ -52,11 +52,6 @@ .red-note { color: red !important; } - - /* this fixes height issues on fields with notes with Chrome 56 -- github issue #1428 */ - .x-form-item-body { - height: initial - } diff --git a/src/Examples/Form/TextField/InputMask/Default.aspx b/src/Examples/Form/TextField/InputMask/Default.aspx index 95065423..36c198e2 100644 --- a/src/Examples/Form/TextField/InputMask/Default.aspx +++ b/src/Examples/Form/TextField/InputMask/Default.aspx @@ -39,11 +39,6 @@ Input Mask - Ext.NET Examples -