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

showExternalDialog size issue in IE 10

2 Answers 42 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Alien Interactive AB
Top achievements
Rank 1
Alien Interactive AB asked on 06 Mar 2018, 01:33 PM

I have an editor with multiple custom dialogs with different sizes. The issue i have found is when I first open one dialog with size X the browser remember the size when I open another custom dialog with size Y.

Works like expected in other browsers and versions of IE (11/Edge)

Any clue or hotfix?

Using version: 2017.3.913

2 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 06 Mar 2018, 02:35 PM
Hi Martin,

In the dialog asx files, locate the initDialog() functions and call the getRadWindow().autoSize(); method to resize the dialogs:


function initDialog()
{
    getRadWindow().autoSize();
    ...
}

The initDialog function is available in the following documentation article: Custom Dialogs

Best regards,
Rumen
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Alien Interactive AB
Top achievements
Rank 1
answered on 06 Mar 2018, 04:03 PM

Hi,

Ok, setSize() was a better choice in some windows. thanks!

Tags
Editor
Asked by
Alien Interactive AB
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Alien Interactive AB
Top achievements
Rank 1
Share this question
or