[CLOSED] TriggerField in IE8 broken

  1. #1

    [CLOSED] TriggerField in IE8 broken

    I have TriggerField inside TableLayout
    In IE8 it is broken
    How can I fix it?

    <ext:Cell >
        <ext:Label ID="lb_Address" runat="server" Text="&amp;nbsp;Address:&amp;nbsp;&amp;nbsp;" StyleSpec="margin: 2px 0px 2px 0px;"></ext:Label></ext:Cell>
        <ext:Cell>
            <ext:TriggerField ID="Address" runat="server" Width="150" StyleSpec="margin: 2px 0px 2px 0px;" Height="22px">
            <AjaxEvents><TriggerClick OnEvent="show_addresses"><ExtraParams><ext:Parameter Name="hh_ProfileID" Value="#{h_ProfileID}.getValue()" Mode="Raw" /></ExtraParams></TriggerClick>
        </AjaxEvents>
        </ext:TriggerField>
    </ext:Cell>
  2. #2

    RE: [CLOSED] TriggerField in IE8 broken

    Hi,

    Fixed. Please update from SVN


    P.S. Please remove *StyleSpec="margin: 2px 0px 2px 0px;" from TriggerField. It is affected on the input field and shift it
  3. #3

    RE: [CLOSED] TriggerField in IE8 broken

    I put StyleSpec="margin: 2px 0px 2px 0px;" to make distance between text fields.
    Can i do this different way?

    What should I update from SVN?

    I work with coolite recently and don't know
  4. #4

    RE: [CLOSED] TriggerField in IE8 broken

    Hi,

    You need update all toolkit files from the svn repository and then*rebuild assemblies.


    About margin. You can use CellCls propertu of ext:Cell for set css class


    <ext:Cell CellCls="cell-m" >
    *


    .cell-m{padding-top:5px;padding-bottom:5px;}

Similar Threads

  1. [CLOSED] MVC Example Broken?
    By paulc in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jul 07, 2011, 8:33 AM
  2. [CLOSED] [1.0] GroupingView broken
    By tdracz in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 18, 2010, 10:49 AM
  3. [CLOSED] RadioButton broken
    By tdracz in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Nov 17, 2009, 11:00 AM
  4. [CLOSED] Pager broken?
    By tdracz in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 17, 2008, 6:24 PM
  5. [CLOSED] Validation Broken
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 04, 2008, 10:30 AM

Posting Permissions