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

ASP Panel Not Render Correctly in IE7

1 Answer 64 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
AMS
Top achievements
Rank 1
AMS asked on 13 Nov 2008, 12:17 AM
I have been playing around with the RadFormDecorator and find that if I place an ASP Panel on the page and then set the RadFormDecorator DecoratedControls to All that it renders the panel and the items in the panel wrong in IE7 but all looks good in FF3. First of all the panel will not heed to any width calls, for some reason it will shrink the panel to fit the controls in it. The next item is I have a table inside the panel and I set the TR to valign=TOP and once again in IE7 it does not move to the top but stays in the center of the row. Both of these issues work fine in FF3. I have traced it down to the Fieldset in the DecoratedControls that changes the panel display.

Thanks,
Walter Burditt

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 14 Nov 2008, 05:42 AM
Hi AMS,

Thank you for bringing this issue to our attention, it is logged in our bug tracking system and it will be fixed.

On the issue with the valign property. Actually it is a td, rather than a tr property, so try setting it to the td's, not to the tr's, or a better approach, as valign is invalid html - use CSS, i.e:

table.yourTableClass td
{
    vertical-align: top;
}


Have a great weekend,
Martin Ivanov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
FormDecorator
Asked by
AMS
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or