BUG 8694 estañen IE sobre el scroll
- Los tabs estaban sobrepuestos debido a que se estaba calculando mal el alto del div q las contenia en IE - Se agrego una validacion para que cuando sea IE se le agregue n unos cuantos pixeles mas cuando se esta usando IE
This commit is contained in:
@@ -1473,7 +1473,7 @@ leimnud.Package.Public({
|
|||||||
if(this.tab.options)
|
if(this.tab.options)
|
||||||
{
|
{
|
||||||
this.parent.dom.setStyle(this.elements.tab,{
|
this.parent.dom.setStyle(this.elements.tab,{
|
||||||
height :((this.tab.display==="vertical")?heightContent:this.tab.optHeight+4),
|
height :((this.tab.display==="vertical")?heightContent:this.tab.optHeight+4+(this.parent.browser.isIE ? 14 : 0)),
|
||||||
//border :"1px solid red",
|
//border :"1px solid red",
|
||||||
width :((this.tab.display==="vertical")?this.tab.width:this.options.size.w-8),
|
width :((this.tab.display==="vertical")?this.tab.width:this.options.size.w-8),
|
||||||
top :beginTop,
|
top :beginTop,
|
||||||
|
|||||||
Reference in New Issue
Block a user