Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Vertical tab height problem in IE

    Hi,
    The problems occurs only in IE9 and IE10, not in FF or chrome. I am using SmartGWT 3.1

    The height of the tab is too big with text.

    Code:
    setTabBarPosition(Side.LEFT);
    setTabBarAlign(Side.LEFT);
    setWidth100();
    setHeight100();
    setTabBarThickness(110);
    addTabSelectedHandler(this);
    addTabDeselectedHandler(this);
    setShowTabScroller(false);
    setShowTabPicker(false);
    setOverflow(Overflow.VISIBLE);
    setPaneContainerOverflow(Overflow.VISIBLE);

    Can any one please help me?

    Thanks,
    Dipak Jadhav
Working...
X