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

Scroll issue in multiline RadTextBox

5 Answers 157 Views
Input
This is a migrated thread and some comments may be shown as answers.
Naresh Goradara
Top achievements
Rank 2
Naresh Goradara asked on 16 Apr 2010, 02:18 PM
Hi,

I have observed strange behaviour of RadTextBox in multiline mode, when entering long text.
When i enter following text

Test line 1
Test line 2
Test line 3
Test line 4
Test line 5
Test line 6
Test line 7
Test line 8

Then the textbox will work fine until length of text reaches height of textbox. And then after whatever we enter it write on textbox but it focues on top of textbox. In short I cannot view what I am writing.

Please help me for resolving my issue.

With Regards,
Naresh Goradara
 

5 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 19 Apr 2010, 01:00 PM
Hello Naresh,

Which RadControls version and browser are you using? If you have set Colums or Rows to the textbox, please remove them and use only Width and Height. Let us know if the problem persists.

Regards,
Dimo
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Naresh Goradara
Top achievements
Rank 2
answered on 19 Apr 2010, 02:32 PM
Thank You for your replay.
We are using Ajax Q2 2009.
As per your suggetion we had tried by removing Rows/Columns and just setting its height and width, But still the problem persists.

And one more thing : This issue occurs only to Mozila FireFox browser.

With Regards,
Naresh Goradara
0
Dimo
Telerik team
answered on 22 Apr 2010, 07:48 AM
Hello Naresh,

I am afraid I cannot reproduce the problem based on the provided information. Below is my test page, which works with Q2 2009 and Q2 2009 SP1. Please provide a simple runnable demo and we will inspect it locally.

<%@ Page Language="C#" %>
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
<head runat="server">
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>RadControls</title>
</head>
<body>
<form id="form1" runat="server">
<asp:ScriptManager ID="ScriptManager1" runat="server" />
 
<telerik:RadTextBox ID="RadTextBox1" runat="server" Width="200px" Height="100px" TextMode="MultiLine" />
 
</form>
</body>
</html>


Regards,
Dimo
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Naresh Goradara
Top achievements
Rank 2
answered on 26 Apr 2010, 12:05 PM
Hi, Dimo,

I had search on forum, and I found Same issue here, and here too.
So, problem occurs in project. But, in demo application we are failed to reproduce it.

In one of above post your team had suggested to migrate to new version, but we are about to end, so its not possible to migrate latest version.
So, would please do something needfull for us.

With Regards,
Naresh Goradara
0
Dimo
Telerik team
answered on 26 Apr 2010, 12:23 PM
Hi Naresh,

The mentioned forum threads do not provide more information, except that MaxLength should not be used in one of the cases. Is your problem the same?

Best wishes,
Dimo
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Input
Asked by
Naresh Goradara
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Naresh Goradara
Top achievements
Rank 2
Share this question
or