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

IE7 inconsistencies in demo

2 Answers 53 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
croix
Top achievements
Rank 1
croix asked on 27 Aug 2009, 03:33 PM
I've noticed a few issues in the FormDecorator demo with IE7. I'm seeing them in the project I'm working on as well.

I'm using IE 7.0.5730.13. These problems do not appear in FireFox 3.5.

Decorated buttons seem to have too much padding on the left side. This can be seen on the 'First Look' demo page. The Submit Form button text is further to the right on the button.

DropDownList items are narrow. This can be seen on the 'First Look' demo as well. Looks like they need padding/margin.

The Submit Form button under Tab 2 of the 'Styling Radcontrols' demo has a break in the background image.

2 Answers, 1 is accepted

Sort by
0
mlandauer
Top achievements
Rank 1
answered on 27 Aug 2009, 07:57 PM
I'm seeing this issue as well.
0
Accepted
Georgi Tunev
Telerik team
answered on 28 Aug 2009, 11:13 AM
Hi guys,

We are familiar with these problems. The first and the second ones are due to bugs in IE7 rendering and they could be fixed by using the following styles:
/*fix the centering of the button in IE7*/*  
+ html .rfdDecorated 
    padding-left6px !important; 
    border1px solid red !important; 
/*fix the size of the dropdown in IE7* - set it to the width of the dropdown list */*  
+ html .rfdSelectBox 
    width300px !important; 

As for the third one, it happens when there is a CSS inheritance on the page - we know about the problem on our demo and we will fix it for one of the following updates. If you, however, experience the same problem in your real-life applications, please open a support ticket and send us a sample application so we could check it and provide you with a solution.


Sincerely yours,
Georgi Tunev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
FormDecorator
Asked by
croix
Top achievements
Rank 1
Answers by
mlandauer
Top achievements
Rank 1
Georgi Tunev
Telerik team
Share this question
or