|
Rank: Newbie Groups: Member
Joined: 10/17/2007 Posts: 9
|
Hi, I'm having a problem where the tabstrip control stays on top of my modal window in firefox. How do I get it to stay in the background with the main page?
Thanks in advance!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
Check the TabStrip's style attribute and see if it is absolute positioned. Also as a test, you can compare your code with our samples. All the dialog samples use TabStrip and they do work fine in FireFox. That should help you find out what caused the error.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 10/17/2007 Posts: 9
|
There is no style attribute on the tabstrip. I only changed the text when I drag and drop the tabstrip control to my form. I didn't do any custom formatting. What does the target window attribute do? Is there a way to force the tabstrip to be in the background of the modal window like the rest of the page. Right now it's in the foreground along with the modal window. This only happens with firefox. IE is fine.
Thanks.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
Like I said, you will want to compare a working page (you can use our sample for that) with a non-working page and find out the difference. It won't be so hard when you already have a working page. We would do the same if we were to look into the problem. A lot of times in the process you will easily find out what triggered the problem. And once that is known, it is usually very easy to produce a workaround, or if it is a control problem, to produce a fix. While we have solutions for a lot of common problems, we do not have a solution for everything that you may encounter. So without knowing what triggered the problem, it would be like shooting in the dark for us.
Thanks
|
|
Rank: Newbie Groups: Member
Joined: 10/17/2007 Posts: 9
|
I compared a working page with a non-working page and find out that the problem occur when MultiRow="True". It goes away if MultiRow="false". Is there a way to correct this?
Thanks in advance!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
This sounds like a bug. We are not aware of a workaround yet. We will look into it and hopefully can either have a workaround or a fix as soon as possible.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 10/17/2007 Posts: 9
|
Ok. I'll keep checking this thread for an update. I really need to get this fix asap. Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 10/17/2007 Posts: 9
|
Any progress or luck?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
It's only been a few hours...You are expecting too much. :) We will update the forum as soon as we made any progress.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,193
|
Hi,
We have not been able to reproduce the problem. Can you create a test page that reproduces the problem? Make sure the page does not rely on any other resources and run independently, as most likely we will need to debug through it.
Thanks
|
|