Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Vertical tab height problem in IE

$
0
0
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

Viewing all articles
Browse latest Browse all 4756

Trending Articles