[FIXED] [1.1.0] TriggerField renderirng bug in Chrome version 12

  1. #1

    [FIXED] [1.1.0] TriggerField renderirng bug in Chrome version 12

    Hello, there is a rendering bug in Chrome ver 12 for Ext.Net version 1.1.
    The trigger field is with lower height than is supposed to be.

    See attached picture, it is from Ext.Net Examples page.

    Click image for larger version. 

Name:	TriggerfieldBug.png 
Views:	96 
Size:	18.8 KB 
ID:	2993
    Last edited by Daniil; Jul 19, 2011 at 6:27 PM. Reason: Add the version tag
  2. #2
    Hi,

    Thanks for the report, fixed in SVN
  3. #3
    Hi Vladimir,

    Can you post the solution here, i would appreciate that.

    Greetings,
    Dimitar
  4. #4
    Solution requires rebuild tookit
    For you I can suggest to use the following css
    .ext-webkit .x-small-editor .x-form-field-trigger-wrap .x-form-trigger{height:19px;}
  5. #5
    Thanks, that worked, but also I had to put !important

    .ext-webkit .x-small-editor .x-form-field-trigger-wrap .x-form-trigger
     {
            height:19px !important;
     }

Similar Threads

  1. Replies: 3
    Last Post: Aug 11, 2012, 3:02 AM
  2. Replies: 1
    Last Post: Apr 22, 2012, 3:17 PM
  3. Replies: 2
    Last Post: Jul 11, 2011, 8:32 PM
  4. Replies: 8
    Last Post: Aug 11, 2009, 4:14 PM
  5. Replies: 2
    Last Post: Apr 01, 2009, 9:41 AM

Posting Permissions