TabSheet aa = new TabSheet();
Label lbl = new Label(“Test”);
lbl.setWidth(100, Sizeable.UNITS_PIXELS);
aa.addTab((Component) new Label(“Test”), “aaa”, null);
In IE6 and IE8 i can see the Lable.
But IE7 there is only v-tabsheet-tabcontainer,
v-tabsheet-content width=0!!!
I don´t anderstand why.
I use my Themes. May be, I removed too much from standart themes ? Can somebody help me? Pls
Yes, I treid. I copied all from reeinder.css with
.v-tabsheet . It doesn’t work in IE7!
I had to much some new in my style.
It’s possable, that I removed something, and it was importent. I can’t found it. But I have
v-tabsheet-content width=0 from
element.style.
I don’t undestant, why I have this problem only with IE7.
What I ment was, that you should try to run your application without any custom CSS. Just remove any
setTheme(…) calls from your application init and see if you can still reproduce the error.