[FIXED] [#1428] [4.4.1] Bug when displaying Field 3.x and 4.x

  1. #1

    [FIXED] [#1428] [4.4.1] Bug when displaying Field 3.x and 4.x

    I've updated the browser chrome to version 56.0.2924.87 (last version). Broken display height fields.

    examples3
    examples4


    Chrome ext.net 3.x :
    Click image for larger version. 

Name:	chrome 3.PNG 
Views:	43 
Size:	29.4 KB 
ID:	24833

    Chrome ext.net 4.x (the same mistake):
    Click image for larger version. 

Name:	chrome 4.PNG 
Views:	33 
Size:	17.7 KB 
ID:	24832

    Firefox ext.net 3.x (all right):
    Click image for larger version. 

Name:	firefox 3.PNG 
Views:	35 
Size:	18.0 KB 
ID:	24831

    Firefox ext.net 4.x (all right):
    Click image for larger version. 

Name:	firefox 4.PNG 
Views:	35 
Size:	14.8 KB 
ID:	24830

    Interested fixes in the version 3.x

    best regards
    Last edited by fabricio.murta; Sep 25, 2017 at 2:04 AM.
  2. #2
    Hello @SuperBolt!

    Thanks for reporting the issue! Seems this glitch is no more if you just override a simple CSS rule:

    <style type="text/css">
        .x-form-item-body {
            height: initial
        }
    </style>
    Of course, getting to the "simple" CSS rule is not as simple as overriding it. :)

    Anyway, we've logged this issue as #1428 in our issue tracker so we can fix this for good in Ext.NET next release.
    Fabrício Murta
    Developer & Support Expert
  3. #3
    fixed with workaround.
    thanks,.
    /Z
  4. #4
    Hello!

    Just tested this on Ext.NET 4.4.0, it no longer happens. The issue has been fixed with ExtJS 6.5.0 or 6.5.1 release. Although the field notes are an Ext.NET-specific feature, by chance the changes in ExtJS resulted in fixing this glitch.
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. [OPEN] [#966] [4.0.0] Rating Field
    By RaphaelSaldanha in forum 4.x Help
    Replies: 3
    Last Post: May 03, 2016, 6:55 PM
  2. [CLOSED] Displaying and binding colour field in grid panel
    By Argenta in forum 3.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 11, 2016, 3:01 PM
  3. [OPEN] [#762] Field's Message
    By RCN in forum Bugs
    Replies: 1
    Last Post: Mar 17, 2015, 2:09 PM
  4. [CLOSED] Displaying grid panel below text field input
    By MTSI in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 11, 2013, 12:31 PM
  5. [CLOSED] Displaying Todays date in Date field
    By Vasudhaika in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Feb 22, 2011, 10:38 AM

Tags for this Thread

Posting Permissions