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

RadNumericTextbox invisible in IE when using spinButtons

2 Answers 31 Views
Input
This is a migrated thread and some comments may be shown as answers.
Claus Pedersen
Top achievements
Rank 1
Claus Pedersen asked on 16 Apr 2010, 03:36 PM
I have a problem with RadNumericTextBox.

They work fine in Chrome, Firefox and IE in IE8 mode, but when IE runs in IE7 or compatibility mode - the texboxes disappears after all scripts are loaded.

They are visible during load but as soon as the page finish, the boxes disappear.
I don't manipulate them in in script at all, so I don't understand the problem. If I set ShowSpinButtons="False", then everything works fine.

The textbox looks like this:
<telerik:RadNumericTextBox ID="RadNumericTextBoxBedroomsFrom" runat="server" Value="0" MinValue="0" MaxValue="15" DataType="System.Int32" NumberFormat-DecimalDigits="0" Width="60px" ShowSpinButtons="True" ShowButton="False" IncrementSettings-Step="1" /> 

Kind regards
Claus

2 Answers, 1 is accepted

Sort by
0
Claus Pedersen
Top achievements
Rank 1
answered on 18 Apr 2010, 09:50 PM
Apparently it is a known issue that IE7 hides elements.
http://www.google.com/search?q=internet+explorer+7+elements+disappear

But unfortunately I can't find a way to solve it or recreate in a example page.


/Claus
0
Dimo
Telerik team
answered on 19 Apr 2010, 12:59 PM
Hello Claus,

Indeed, sometimes IE may hide a page element due to a rendering bug. Such issues occur randomly and depend on the particular scenario, HTML markup and CSS styles on the page. However, I am afraid it will be hard (actually impossible) for us to help you unless we have a runnable demo - can you provide at least a live URL?

Sincerely yours,
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
Claus Pedersen
Top achievements
Rank 1
Answers by
Claus Pedersen
Top achievements
Rank 1
Dimo
Telerik team
Share this question
or