I have a TabStrip on almost every page of my site. When I upgraded to Q1 2009, all the skins broke... I must have missed the part were "Gray" was deleted from the skins.
After fixing that, I noticed that I cannot see the TabStrip in the designer portion of VS 2008. I think the issue has something to do with using ImageUrl's...
Here's a link to a picture that shows the problem.
As you can see, the image is stacked on top of the text. In the Q3 version, it displayed propery.
Also, the baseline disappeared (in Q3 I had to edit the CSS), I found that by enabling showbaseline, it now works.
Thanks,
Joe
After fixing that, I noticed that I cannot see the TabStrip in the designer portion of VS 2008. I think the issue has something to do with using ImageUrl's...
Here's a link to a picture that shows the problem.
As you can see, the image is stacked on top of the text. In the Q3 version, it displayed propery.
Also, the baseline disappeared (in Q3 I had to edit the CSS), I found that by enabling showbaseline, it now works.
Thanks,
Joe
7 Answers, 1 is accepted
0
alper
Top achievements
Rank 1
answered on 18 Mar 2009, 12:12 PM
I have almost same problem with my tabstrips. The skin is "outlook" but now there's no tail gif for outlook skin.
0
Hi all,
I confirm that this is an issue with RadTabstrip design time under Visual Studio 2008 when ImageUrl is used. I forwarded the problem to our development team for further investigation and they will do their best to fix it shortly
I'm sorry for the inconvenience that it might have caused you.
Regards,
Helen
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
I confirm that this is an issue with RadTabstrip design time under Visual Studio 2008 when ImageUrl is used. I forwarded the problem to our development team for further investigation and they will do their best to fix it shortly
I'm sorry for the inconvenience that it might have caused you.
Regards,
Helen
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Henrik
Top achievements
Rank 1
answered on 19 Mar 2009, 09:47 AM
Hi,
I also experience a display bug in the tabstrip. To make sure none of my own CSS interfer with radtabstrip, I've created a small test page:
It renders a white box over each tab...
I also experience a display bug in the tabstrip. To make sure none of my own CSS interfer with radtabstrip, I've created a small test page:
<%@ Page Language="C#" AutoEventWireup="true" %> | |
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> | |
<script runat="server"> | |
</script> | |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head runat="server"> | |
<title>Test page</title> | |
</head> | |
<body> | |
<form id="form1" runat="server"> | |
<asp:ScriptManager ID="ScriptManager1" runat="server" /> | |
<tel:RadTabStrip ID="MainTabStrip" Skin="Vista" MultiPageID="MultiPage" CausesValidation="false" Align="Justify" Width="920" runat="server"> | |
<Tabs> | |
<tel:RadTab Text="Tab1" PageViewID="pv1" /> | |
<tel:RadTab Text="Tab2" PageViewID="pv2" /> | |
</Tabs> | |
</tel:RadTabStrip> | |
<tel:RadMultiPage ID="MultiPage" CssClass="multiPage" runat="server"> | |
<tel:RadPageView ID="pv1" runat="server"> | |
Page1 | |
</tel:RadPageView> | |
<tel:RadPageView ID="pv2" runat="server"> | |
Page2 | |
</tel:RadPageView> | |
</tel:RadMultiPage> | |
</form> | |
</body> | |
</html> | |
It renders a white box over each tab...
0
Hello Henrik,
We just tested the code you send us, but couldn't reproduce the problem .Please find attached a screenshot as part of our local tests. What might be the difference in your case? What are we missing?
Regards,
Helen
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
We just tested the code you send us, but couldn't reproduce the problem .Please find attached a screenshot as part of our local tests. What might be the difference in your case? What are we missing?
Regards,
Helen
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Henrik
Top achievements
Rank 1
answered on 19 Mar 2009, 11:29 AM
Hi Helen,
It seems like the problem occurs when the Width property of the control is set to a "high" value. In my case, if I change the value of the Width property from 920 to e.g. 420, the problem disappears. Can I upload a screenshot somehow?
It seems like the problem occurs when the Width property of the control is set to a "high" value. In my case, if I change the value of the Width property from 920 to e.g. 420, the problem disappears. Can I upload a screenshot somehow?
0
Hi Henrik,
Attachments are not allowed in the forums due to security reasons. You can open a support ticket and send us screenshots or sample project.
Greetings,
Paul
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Attachments are not allowed in the forums due to security reasons. You can open a support ticket and send us screenshots or sample project.
Greetings,
Paul
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Henrik
Top achievements
Rank 1
answered on 19 Mar 2009, 12:52 PM
Hi Paul,
I've created a support ticket with ID: 198846
I hope it will help you clarify what goes wrong.
Best regards
Henrik
I've created a support ticket with ID: 198846
I hope it will help you clarify what goes wrong.
Best regards
Henrik