I know there's some old references to this out in the forums but so far I haven't found anything fixes.
I've set a batch of boxes to Resize="Both" and now, if I do a mouseover, the box shrinks slightly. (I've been testing in Chrome and Firefox.)
Suggestions?
I've set a batch of boxes to Resize="Both" and now, if I do a mouseover, the box shrinks slightly. (I've been testing in Chrome and Firefox.)
Suggestions?
3 Answers, 1 is accepted
0
Hello,
Could confirm that the problem you are facing can be observed in the following online example?
http://demos.telerik.com/aspnet-ajax/input/examples/radtextbox/firstlook/defaultcs.aspx
If yes, provide step by step instructions how to replicate the problem with textbox resizing. Recording a video with the exact steps will help us a lot.
Regards,
Pavlina
Telerik
Could confirm that the problem you are facing can be observed in the following online example?
http://demos.telerik.com/aspnet-ajax/input/examples/radtextbox/firstlook/defaultcs.aspx
If yes, provide step by step instructions how to replicate the problem with textbox resizing. Recording a video with the exact steps will help us a lot.
Regards,
Pavlina
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0
Boris
Top achievements
Rank 1
answered on 29 Sep 2014, 02:02 PM
Here is a simple approximation of the page that was giving me problems. No code behind.
Just run the page, select the 2nd tab, and then mouse-over the textbox.
I'm running Telerik version 2013.3.1324.40.
(The effect does not occur if the box is in the Tab1.)
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Test2.aspx.cs" Inherits="HSSD.Test2" %>
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<telerik:RadScriptManager ID="RadScriptManager1" runat="server">
<Scripts>
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js">
</asp:ScriptReference>
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js">
</asp:ScriptReference>
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js">
</asp:ScriptReference>
</Scripts>
</telerik:RadScriptManager>
<div>
<telerik:RadAjaxPanel ID="rajaxpnlComboItems" runat="server">
<telerik:RadTabStrip ID="RadTabStrip1" runat="server" MultiPageID="RadMultiPage1" SelectedIndex="0" CausesValidation="False">
<Tabs>
<telerik:RadTab runat="server" Text="Tab1" Visible="true">
</telerik:RadTab>
<telerik:RadTab runat="server" Text="Tab2" Enabled="true" Visible="true">
</telerik:RadTab>
</Tabs>
</telerik:RadTabStrip>
<telerik:RadMultiPage ID="RadMultiPage1" runat="server" SelectedIndex="0" >
<telerik:RadPageView ID="RadPageView1" runat="server" >
</telerik:RadPageView>
<telerik:RadPageView runat="server" ID="RadPageView2" BorderWidth="5px" BorderColor="Transparent" Visible="true">
<telerik:RadTextBox ID="txtMisc" runat="server" Height="69px" Label="Misc Notes" LabelWidth="150px"
MaxLength="254" TextMode="MultiLine" Width="90%" Font-Names="Arial" Font-Size="Small" Resize="Vertical">
</telerik:RadTextBox>
</telerik:RadPageView>
</telerik:RadMultiPage>
</telerik:RadAjaxPanel>
</div>
</form>
</body>
</html>
Just run the page, select the 2nd tab, and then mouse-over the textbox.
I'm running Telerik version 2013.3.1324.40.
(The effect does not occur if the box is in the Tab1.)
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Test2.aspx.cs" Inherits="HSSD.Test2" %>
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<telerik:RadScriptManager ID="RadScriptManager1" runat="server">
<Scripts>
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js">
</asp:ScriptReference>
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js">
</asp:ScriptReference>
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js">
</asp:ScriptReference>
</Scripts>
</telerik:RadScriptManager>
<div>
<telerik:RadAjaxPanel ID="rajaxpnlComboItems" runat="server">
<telerik:RadTabStrip ID="RadTabStrip1" runat="server" MultiPageID="RadMultiPage1" SelectedIndex="0" CausesValidation="False">
<Tabs>
<telerik:RadTab runat="server" Text="Tab1" Visible="true">
</telerik:RadTab>
<telerik:RadTab runat="server" Text="Tab2" Enabled="true" Visible="true">
</telerik:RadTab>
</Tabs>
</telerik:RadTabStrip>
<telerik:RadMultiPage ID="RadMultiPage1" runat="server" SelectedIndex="0" >
<telerik:RadPageView ID="RadPageView1" runat="server" >
</telerik:RadPageView>
<telerik:RadPageView runat="server" ID="RadPageView2" BorderWidth="5px" BorderColor="Transparent" Visible="true">
<telerik:RadTextBox ID="txtMisc" runat="server" Height="69px" Label="Misc Notes" LabelWidth="150px"
MaxLength="254" TextMode="MultiLine" Width="90%" Font-Names="Arial" Font-Size="Small" Resize="Vertical">
</telerik:RadTextBox>
</telerik:RadPageView>
</telerik:RadMultiPage>
</telerik:RadAjaxPanel>
</div>
</form>
</body>
</html>
0
Accepted
Hello Boris,
Indeed the problem with textbox width can be observed when it is used in scenario like yours. I have logged this issue in the ideas and feedback portal and you can follow its status here:
http://feedback.telerik.com/Project/108/Feedback/Details/139264-radtextbox-shrinks-on-mouseover-when-it-is-placed-in-initially-hidden-tab-and-its
Please excuse us for the inconvenience caused. I have updated your Telerik points for bringing this issue to our attention.
Regards,
Pavlina
Telerik
Indeed the problem with textbox width can be observed when it is used in scenario like yours. I have logged this issue in the ideas and feedback portal and you can follow its status here:
http://feedback.telerik.com/Project/108/Feedback/Details/139264-radtextbox-shrinks-on-mouseover-when-it-is-placed-in-initially-hidden-tab-and-its
Please excuse us for the inconvenience caused. I have updated your Telerik points for bringing this issue to our attention.
Regards,
Pavlina
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.