Having issues with IE9 clipping or mis-positioning elements in your constrol set. I have attached an example. Everything looks ok in Chrome.
9 Answers, 1 is accepted
0
Cat Cheshire
Top achievements
Rank 1
answered on 18 Apr 2012, 06:53 AM
This issue can occur when you zoom-in your browser.
0
Arron
Top achievements
Rank 1
answered on 18 Apr 2012, 09:29 PM
My browser is not zoomed in or out.
0
Hello Arron,
Can you reproduce the issue with this online demo?
What are the exact IE8 browser mode and document mode that you use?
Regards,
Kalina
the Telerik team
Can you reproduce the issue with this online demo?
What are the exact IE8 browser mode and document mode that you use?
Regards,
Kalina
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
Arron
Top achievements
Rank 1
answered on 24 Apr 2012, 03:39 PM
Yes, I can reproduce this issue with your online demo site. Please see attached screenshot.
Not sure what you mean by IE8 browser mode? I am not using compatibility mode if that's what you're talking about.
Not sure what you mean by IE8 browser mode? I am not using compatibility mode if that's what you're talking about.
0
Arron
Top achievements
Rank 1
answered on 24 Apr 2012, 03:53 PM
FYI, I also tried resetting IE's advanced settings.
0
Hello Arron,
Thank you for the additional details provided.
The issue that you have observed on our online demo has been already fixed and the demo will soon be updated. The misalignment was caused by the width attribute setting in the .fields css style:
This is a custom css style used only for this demo - please take a look at the "styles.css" tab on the page.
If you do not use these styles, or your case is different - please provide us a simplified working code that reproduces the issue (along with your css styles).
All the best,
Kalina
the Telerik team
Thank you for the additional details provided.
The issue that you have observed on our online demo has been already fixed and the demo will soon be updated. The misalignment was caused by the width attribute setting in the .fields css style:
.fields
{
float
:
left
;
width
:
324px
; //(was
323
px;)
padding-bottom
:
16px
;
margin-top
:
170px
;
padding-left
:
40px
;
}
This is a custom css style used only for this demo - please take a look at the "styles.css" tab on the page.
If you do not use these styles, or your case is different - please provide us a simplified working code that reproduces the issue (along with your css styles).
All the best,
Kalina
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
Arron
Top achievements
Rank 1
answered on 26 Apr 2012, 02:40 PM
I haven't added any custom css to my pages. I am using the skins out of the box.
I have sent a demo project with a screenshot of the way it looks on my machine to your support team. Thanks.
I have sent a demo project with a screenshot of the way it looks on my machine to your support team. Thanks.
0
Phil
Top achievements
Rank 1
answered on 17 Jul 2012, 01:47 PM
Hi Arron,
Was this ever resolved?
I'm having the exact same issue. It effects RadComboBox and some RadButtons.
I'm downloading the latest build which I hope has fixed the bug with the styles.
Tar
Phil
Was this ever resolved?
I'm having the exact same issue. It effects RadComboBox and some RadButtons.
I'm downloading the latest build which I hope has fixed the bug with the styles.
Tar
Phil
0
Hi, Phil.
Can you open a support thread and attach a sample of your project (a sample page)? Like Kalina noted, the issue has been fixed for some time now and if you are experiencing problems it might be something else.
All the best,
Ivan Zhekov
the Telerik team
Can you open a support thread and attach a sample of your project (a sample page)? Like Kalina noted, the issue has been fixed for some time now and if you are experiencing problems it might be something else.
All the best,
Ivan Zhekov
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.