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

Bug? Rows property rendering problem FF

2 Answers 43 Views
Input
This is a migrated thread and some comments may be shown as answers.
Roland
Top achievements
Rank 1
Roland asked on 16 Dec 2009, 10:17 PM
Hello

I have
 <telerik:RadTextBox ID="txtBox" runat="server" EmptyMessage="Enter empty message" 
TextMode="MultiLine" Width="510px" Rows="2" /> 

In IE7, IE8 it renders with 2 rows as expected. Now in FF3.5.5 and FF3.5.6 is rendering 3 Rows ?

Is this a bug ? It seems that FF render always + 1 row then rows property.

(Telerik.Web.UI version 2009.3.1208.35)

2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 17 Dec 2009, 02:07 PM
Hello Roland,

This is a Firefox behavior. The browser allocates some extra space for a horizontal scrollbar, in case it is needed. You will observe the same discrepancy with ordinary <textarea> elements as well.


Greetings,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Roland
Top achievements
Rank 1
answered on 17 Dec 2009, 03:15 PM
Is there a way to overcome this problem ?
Tags
Input
Asked by
Roland
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Roland
Top achievements
Rank 1
Share this question
or