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

RadNumericTextBox alignment not working properly in Google Chrome

3 Answers 173 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Pitamber
Top achievements
Rank 1
Pitamber asked on 22 Nov 2011, 07:22 PM
Everything is fine in IE and Firefox. However, the alignment for RadNumericTextBox is not working properly in Chrome. It was fine when I last checked it. I noticed it today at work when was refactoring some code. Even the demo pages are not working properly. 

Here is how you can reproduce it.
1) Go to:  http://demos.telerik.com/aspnet-ajax/input/examples/radnumerictextbox/firstlook/defaultcs.aspx
2) Now click on the spin buttons of any rad window and see the alignment. 

3 Answers, 1 is accepted

Sort by
0
Accepted
Galin
Telerik team
answered on 25 Nov 2011, 05:18 PM
Hello Pitamber,

This is a known issue and it comes in the last version of Google Chrome. It is a specific problem of the browser which incorrectly renders the table elements. However, we will include a fix in our next internal build. In the meantime you could use the following CSS workaround:
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .rdfd_
    {
        position: absolute;
    }
}


Additionally, I suggest that you try the new feature of RadInput - Single Input Rendering, in which the problem does not exist.

I hope this helps.

Greetings,
Galin
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
Pitamber
Top achievements
Rank 1
answered on 02 Dec 2011, 09:50 PM
Thank you Galin. The fix worked. Do you have any idea when the next build, with the fix, is coming out?
0
Galin
Telerik team
answered on 06 Dec 2011, 09:31 AM
Hi Pitamber,

New hotfixes are available for download every week. Also, this fix is available in the internal builds from the last week. Could you please upgrade and let me know how it goes?


Best wishes,
Galin
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
Tags
General Discussions
Asked by
Pitamber
Top achievements
Rank 1
Answers by
Galin
Telerik team
Pitamber
Top achievements
Rank 1
Share this question
or