You found a bug! We've classified it as EXTGWT-2835 . We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.
  1. #1
    Sencha Premium Member
    Join Date
    Nov 2012
    Location
    Cremona Italy
    Posts
    25
    Vote Rating
    1
    info@csamed.it is on a distinguished road

      0  

    Default [GXT 3.0.4] UiBinder FieldSet in HorizLayoutCont with width -1 has wrong width IE7

    [GXT 3.0.4] UiBinder FieldSet in HorizLayoutCont with width -1 has wrong width IE7


    Code:
    <ui:with type="com.sencha.gxt.widget.core.client.container.HorizontalLayoutContainer.HorizontalLayoutData" field="step1MainHorizontalConfig">
    <ui:attributes width="-1" height="190" margins="{normalMargin}" />
    </ui:with> <container:HorizontalLayoutContainer>
    <container:child layoutData="{step1MainHorizontalConfig}">
    <form:FieldSet headingText="{i18nC.state}" collapsible="false" resize="false"> etc etc
    in IE7, when i open a panel with such layout my fieldset renders with, seems, a default width of say 50px.
    Only way to have it right is to set through "step1MainHorizontalConfig" a fixed width.

    Kind regards,

    Marcello.

  2. #2
    Sencha Premium Member
    Join Date
    Nov 2012
    Location
    Cremona Italy
    Posts
    25
    Vote Rating
    1
    info@csamed.it is on a distinguished road

      0  

    Default


    I cannot try myself but i suspect this can be an issue on IE6 also. Thanks.