This is a migrated thread and some comments may be shown as answers.

RadTabStrip IE glitch - new as of 6/6/11

2 Answers 39 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Ed
Top achievements
Rank 1
Ed asked on 06 Jun 2011, 04:19 PM
Within the past day and a half, the radtabstrips in my project look wonky in IE8 (including compatibility mode). Here is what they look like in: Firefox and Internet Explorer 8. Until yesterday, they looked in IE like they do in Firefox, but as of last night/today they look 1px off - just wonky. I have not changed my code and in analyzing the CSS that's going on behind the scenes, the only CSS not from the Telerik code is a blanket * {margin:0; padding:0} applied to everything. This CSS entry has been in the project the whole time. I'm not doing anything particularly amazing with the control; here's the html:
<telerik:RadTabStrip runat="server" ID="rtsStatus" Width="100%" ShowBaseLine="true" AutoPostBack="true"></telerik:RadTabStrip>
and here's the code behind:
rtsStatus.DataSource = CachedDataTables.CandidateStatus
rtsStatus.DataTextField = "Title"
rtsStatus.DataValueField = "CandidateStatusID"
rtsStatus.DataBind()

This is just one sample - I use the tab control all over, sometimes with a databind, sometimes without. All of them look the same way.

2 Answers, 1 is accepted

Sort by
0
Ed
Top achievements
Rank 1
answered on 06 Jun 2011, 07:39 PM
This same sort of glitch is affecting radcomboboxes as well: Combo Box weirdness in IE. Could this be an IE change? I just tried it on a couple other computers (XP, not windows 7) and it's not happening there.
0
Ed
Top achievements
Rank 1
answered on 06 Jun 2011, 07:43 PM
Aaaaaahhh! It was my fault - apparently I had accidentally had the ctrl key down while scrolling and had changed the browser to 105%. My fault.
Tags
TabStrip
Asked by
Ed
Top achievements
Rank 1
Answers by
Ed
Top achievements
Rank 1
Share this question
or