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

GenericFileLister : FF rendering issue

1 Answer 33 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Sébastien
Top achievements
Rank 2
Sébastien asked on 15 Dec 2008, 12:41 PM
Hello Telerik team,

In your demos, the GenericFileLister control have a broken layout.
For example, the template manager : http://88.191.55.88/Screenshot-20081215-133347.png

I've made a quick temp fix for the templatemanager : add a style element inside the custom template manager ascx containing :
<!--[if ! IE]><!-->
<style>
td #GenericFileLister1 tbody tr td {max-height:18px !important; line-height:1px !important; vertical-align:middle; }
</style>
<!--<![endif]-->

Any way to fix this in the next release ?

Cheers,

S.F.

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 16 Dec 2008, 07:09 AM
Hello Fichot,

As I can see from the screenshot you've sent, most probably the issue is caused by a change in the default settings of FireFox, and especially - a change in the minimum font size (Tools > Options > Content - Advanced). By default it is set to none, and any change triggers issues that are hard to handle with CSS, as it is a system setting, not a webpage setting.

However, in the next release of RadControls the current manager dialogs of RadEditor will be replaced by RadFileExplorer and we believe that it will "heal" much of the issues dialogs have at present.

Regards,
Martin Ivanov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Sébastien
Top achievements
Rank 2
Answers by
Martin
Telerik team
Share this question
or