Hmmmph. Yeah I suppose. I've updated the master branch of clientcide on
github with a fix. In the mean time, instead of hacking the code yourself,
add a complete event:
new TabSwapper({
  .......
  onActiveAfterFx: function(index, section, tab) {
    sect.setStyle('overflow', 'auto'); //or whatever
  }
});

On Wed, Aug 12, 2009 at 2:14 AM, limodou <[email protected]> wrote:

>
> I don't if I can ask a question about tabswap plugin of clientcide
> plugins, if I'm in wrong place, please tell me.
>
> The question is, I create a tabs structure, and in one tab page, I
> have some tables. And I found the left border is gone. So I use
> firebug to see what happened, and I found there is a style property
> "overflow:hidden", and if I remove it, the left border will be
> appeared. So I checked the tab swap js file(I download it from
> clientcide site alone), and I found there is something like: var
> start={display:'block',overflow:'hidden'}, and I removed
> overflow:'hidden', so the problem is solved. So I don't know if
> overflow:'hidden' if necessary, and if it's a bug?
>
> --
> I like python!
> UliPad <<The Python Editor>>: http://code.google.com/p/ulipad/
> UliWeb <<simple web framework>>: http://uliwebproject.appspot.com
> My Blog: http://hi.baidu.com/limodou
>

Reply via email to