-
21 Feb 2013 10:34 AM #1
[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
in IE7, when i open a panel with such layout my fieldset renders with, seems, a default width of say 50px.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
Only way to have it right is to set through "step1MainHorizontalConfig" a fixed width.
Kind regards,
Marcello.
-
21 Feb 2013 11:53 PM #2
I cannot try myself but i suspect this can be an issue on IE6 also. Thanks.
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.


Reply With Quote