|
Rank: Advanced Member Groups: Member
Joined: 2/27/2010 Posts: 69
|
I'm getting the following error when I preview after add a separator to the tab items:
Microsoft JScript runtime error: 'this.bfq' is null or not an object
Using Style 1 template.
Thanks, Tod
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Thanks for letting us know. We have confirmed this to be a bug. The problem occurs only when tabs are "overlapping", for which case separator makes no sense. We will fix the script error in our next build, but you still won't be able to use separator between overlapping tabs.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 2/27/2010 Posts: 69
|
Actually, I think I've determined I can use the separator if I include a graphic with it. Then it doesn't give the error. So, you might just trap for the null condition.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Yes. The absence of the image Urls is what's causing the problem. So we will change the code to trap for that situation.
I am just curious why you would want to use a separator between overlapping tab items though. It does nothing but putting a gap in between to break what was correctly aligned "overlapping" effect.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 2/27/2010 Posts: 69
|
To group the tabs. Your misc gray line does it nicely in this case.
|
|