[FIXED] [#811] [3.2.0] Textfield contents are positioned at bottom of textfield in Chrome

  1. #1

    [FIXED] [#811] [3.2.0] Textfield contents are positioned at bottom of textfield in Chrome

    I am using Ext.Net Ver 3.0

    In Chrome Browser, all of a sudden the text in all textfields, combobox etc. in my application are shown at the bottom. See image below.

    Click image for larger version. 

Name:	ChromeTextFieldIssue.png 
Views:	54 
Size:	7.1 KB 
ID:	24002

    Amazingly till yesterday all was working fine! In IE/Firefox all text boxes are shown perfect.

    How to sort this issue ?

    Thanks in advance.
    Last edited by Daniil; Jun 23, 2015 at 2:00 PM. Reason: [FIXED] [#811] [3.2.0]
  2. #2
    Hi

    Try this fix
    .x-form-text {
        display: inherit;
    }
  3. #3
    There is an update in a related thread.
    http://forums.ext.net/showthread.php...l=1#post272771
  4. #4
    We have fixed it in SVN (trunk) before the release of Chrome 44.
    http://forums.ext.net/showthread.php...l=1#post272988

    The fix will go to the upcoming Ext.NET 3.2.0 release.

    Also created a GitHub issue to track the defect:
    https://github.com/extnet/Ext.NET/issues/811
    Last edited by Daniil; Jun 23, 2015 at 2:00 PM.

Similar Threads

  1. [CLOSED] Chrome 43 - TextField Slides Down
    By vzx in forum 3.x Legacy Premium Help
    Replies: 4
    Last Post: Jun 08, 2015, 10:28 AM
  2. Replies: 12
    Last Post: Dec 12, 2012, 4:51 AM
  3. [CLOSED] Can't type anything on textfield with chrome
    By dev in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 12, 2011, 2:41 PM
  4. Replies: 1
    Last Post: Mar 16, 2010, 10:28 AM
  5. Replies: 1
    Last Post: Mar 12, 2010, 6:18 PM

Posting Permissions