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

RadNumericTextBox visual bug

4 Answers 89 Views
Input
This is a migrated thread and some comments may be shown as answers.
Frank Witte
Top achievements
Rank 1
Frank Witte asked on 29 Jun 2012, 07:51 AM

Hello,

I have the following situation in Internet Explorer 7 (setting IE9 in Internet Explorer 7 browser mode will also work).
Situation:
        <telerik:RadTabStrip ID="SomeTabStrip" runat="server" SelectedIndex="0" MultiPageID="SomeMultiPage">
            <Tabs>
                <telerik:RadTab ID="Tab1" runat="server" Text="Some Tab" PageViewID="Page1" />
                <telerik:RadTab ID="Tab2" runat="server" Text="Some Other Tab" PageViewID="Page2" />
            </Tabs>
        </telerik:RadTabStrip>
        <telerik:RadMultiPage ID="SomeMultiPage" runat="server" SelectedIndex="0">
            <telerik:RadPageView ID="Page1" runat="server">
                Page1 with a numeric text box:<br />
                <telerik:RadNumericTextBox ID="RadNumericTextBox1" runat="server" ShowSpinButtons="true" />
            </telerik:RadPageView>
            <telerik:RadPageView ID="Page2" runat="server">
                Page2 with a numeric text box:<br />
                <telerik:RadNumericTextBox ID="RadNumericTextBox2" runat="server" ShowSpinButtons="true" />
            </telerik:RadPageView>
        </telerik:RadMultiPage>

As shown; tabstrip, two multiview pages, and on each page a radnumeric with spin buttons switched on.When the 2nd tab is selected the spinbutton position is off. Is there a way to prevent this?

 

Regards,
Frank Witte

Edit: I'm using Telerik 2012 Q2.

4 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 04 Jul 2012, 10:23 AM
Hi Frank,

I tried to replicate the problematic beahvior on my side but to no avail. Find attached a sample runnable application which uses your code and works properly on my end. Test it on your side and let me know if I'm missing something.

Kind regards,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Frank Witte
Top achievements
Rank 1
answered on 04 Jul 2012, 11:00 AM
Hello Maria,

The problem only occurs in "Internet Explorer 7" or "Internet Explorer 9" set to "Internet Explorer 7" mode (F12 -> Browser Mode Menu)
And to be more specific, it appears to apply to controls that initially not visible (like RadNumericTextBox on the 2nd tab of the tab view).
Also you can sometimes see, for controls that are initially visible, that they are rendered wrong, but then corrected on the fly. Maybe by (internal)onload script.

Hope this helps.

Regards Frank
0
Accepted
Maria Ilieva
Telerik team
answered on 06 Jul 2012, 02:16 PM
Hi Frank,

I was able to replicate the problematic behaviour locally in IE7 browser. We are aware of this issue and it is already logged in our bug system. Our dev team ensure me that a fix will be available in the upcoming SP release at the end of the current month.

Regards,
Maria Ilieva
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Frank Witte
Top achievements
Rank 1
answered on 09 Jul 2012, 08:42 AM
Thank you for response. I'll await the upcoming SP.

Regards,
Frank
Tags
Input
Asked by
Frank Witte
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Frank Witte
Top achievements
Rank 1
Share this question
or