[CLOSED] TextField width different in IE & other browser

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] TextField width different in IE & other browser

     <form runat="server">
        <ext:ResourceManager runat="server">
        </ext:ResourceManager>
        <ext:Button runat="server" ID="btn" Text="What" Width="200">
        </ext:Button>
        <ext:TextField ID="txt" runat="server" Width='200' FieldLabel="First" LabelAlign="Top" />
        <ext:TextField ID="TextField1" runat="server" Width='200' FieldLabel="Second" LabelAlign="Left" />
        </form>
    Above code renders the textfield named "first" in IE with width 200 even though its LabelAlign=Top. This was the case with the svn update in some time ago. But with the latest svn update from today, it is taking only width of 200 in chrome & firefox. So what shall i do as i want to display the first textfield with same width in IE & other browser?

    Click image for larger version. 

Name:	ie 1.png 
Views:	57 
Size:	1.6 KB 
ID:	4174

    Click image for larger version. 

Name:	other 2.png 
Views:	62 
Size:	1.6 KB 
ID:	4173
    Last edited by Daniil; Apr 25, 2012 at 7:39 PM. Reason: [CLOSED]
  2. #2
    Thanks for the report.
    Fixed in SVN, please update and retest
  3. #3
    Thanks, it is solved

Similar Threads

  1. [CLOSED] TextField 100% Width inside a Panel in a FormPanel
    By SouthDeveloper in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 11, 2011, 10:43 AM
  2. Replies: 4
    Last Post: Oct 11, 2011, 2:14 AM
  3. [CLOSED] Grid Panel : Column width (Auto width)
    By legaldiscovery in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 24, 2011, 8:31 PM
  4. [CLOSED] textfield width issue
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 16, 2011, 12:30 PM
  5. Replies: 6
    Last Post: Jun 11, 2010, 12:47 PM

Posting Permissions