Here is the entire contents of my aspx markup. There is nothing in the code-behind.
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Tom.aspx.vb" Inherits="POC_Tom" %><!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title>test</title></head><body> <form id="form1" runat="server"> <div> <asp:ScriptManager ID="smDemo" runat="server" ScriptMode="Release" /> <telerik:RadTabStrip runat="server" ID="tabTom"> <Tabs> <telerik:RadTab runat="server" Text="Paul"></telerik:RadTab> <telerik:RadTab runat="server" Text="George"></telerik:RadTab> <telerik:RadTab runat="server" Text="John"></telerik:RadTab> <telerik:RadTab runat="server" Text="Ringo"></telerik:RadTab> </Tabs> </telerik:RadTabStrip> </div> </form></body></html>
In IE 11, clicking the last tab shifts the contents of the control over 1 pixel and cuts off on the left. (The control renders properly in FireFox and Chrome.)
See the attached screenshot to see what I mean. Everything in hot-pink was added to the screenshot by me. Note the vertical line which shows the shift.
