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

RadInput resizes on hoover after latest update

3 Answers 50 Views
Input
This is a migrated thread and some comments may be shown as answers.
Paul Evers
Top achievements
Rank 2
Paul Evers asked on 01 Nov 2012, 09:39 AM
Hi,

I recently updated to the new version of Asp.Net AJAX RadControls (2012.3.1016.40).
The behaviour of the RadInput controls have changed. When I hoover over a RadTextBox or a RadNumericTextBox the height and width gets one or two pixels larger. See attached image.
Why is this and how can I repair this?

Paul

3 Answers, 1 is accepted

Sort by
0
Accepted
Vasil
Telerik team
answered on 05 Nov 2012, 12:21 PM
Hello Paul,

This is known to be an issue in FormDecorator control. It applies dimensions for the Inputs that are slightly smaller that the required. As a result after the first hover the inputs gets proper width and height, since the client object of the InputControl is applying them dynamically client side.

You can resolve the issue by turning off the decoration of RadFormDecorator for the RadInputs in your page.

Regards,
Vasil
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
Aksaa
Top achievements
Rank 1
answered on 21 Nov 2012, 12:24 PM
 i tried but after removing the DecoratedControls="All" , javascrip functions are throwing error and cannot proceed.Is there any hot fix or patch if it is a known issue?
0
Vasil
Telerik team
answered on 22 Nov 2012, 09:16 AM
Hi Aksaa,

There is no known issue that is caused by decorating only some of the controls instead of all of them. What JavaScript error do you get? Can you confirm that it is caused by changing the DecoratedControls property?

Greetings,
Vasil
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
Input
Asked by
Paul Evers
Top achievements
Rank 2
Answers by
Vasil
Telerik team
Aksaa
Top achievements
Rank 1
Share this question
or