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

Radeditor bug on FF 47.0.1

3 Answers 23 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Fit2Page asked on 06 Jul 2016, 02:38 PM

On Firefox the Radeditor imagemanager window is:

 

1. Always sticking on top of browserwindow

2. not high enough for content, see screenshot.

Marc

3 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 07 Jul 2016, 03:45 PM
Hi Marc,

The demonstrated behavior is expected when the ImageManager is loaded under a small resolution, or inside a parent having smaller height than it does. There is a default min height needed for the dialog in order to be able to show its whole content (FileExplorer, preview area, buttons) and when the Dialog window get resized to a smaller height, the scroll-bars of its content get shown.

In case you are experiencing this behavior regardless of the browser viewport or the Editor's parent document height, please, send us the exact configuration needed for replication the isseu and we will examine it further.

Regards,
Vessy
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
answered on 08 Jul 2016, 08:15 AM

We examined further and the issue in FF is solved when adding the following CSS to the page:

 

 <style type="text/css">

        html, body {height:100%;min-height:100%;}
    </style>

 

Marc

0
Vessy
Telerik team
answered on 08 Jul 2016, 01:34 PM
Hi Marc,

I am glad you managed to find a solution bringing the target result. Feel free to reach us again should any further question arise.


Regards,
Vessy
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Editor
Asked by
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Answers by
Vessy
Telerik team
Fit2Page
Top achievements
Rank 2
Iron
Iron
Iron
Share this question
or