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

Window maximize on internet explorer 11 not maximized - Bug or function as design

2 Answers 132 Views
Window
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Iron
Iron
Veteran
Dan asked on 23 Nov 2017, 06:53 AM

Hi,

I wanted to use the Window functionality and sometime use the maximize method on it. The target browser for the application is IE11. But I have discovered that the maximize of the window does not work in a special case

Here is a demo and the steps to reproduce the bug

https://runner.telerik.io/fullscreen/IPapI/2

1. Open the above demo in IE11

2. Close the kendo window.

3. Resize the browser window so that you have scroll in the demo

4. Refresh the browser

The kendo window is not fully maximized.

Probably the Width of window fully maximized I might get, but why is the Height of window smaller?

2 Answers, 1 is accepted

Sort by
0
Accepted
Neli
Telerik team
answered on 23 Nov 2017, 01:21 PM
Hi Dan,

Thank you for reporting the problem.

There is a known bug regarding the Window when it is maximized. You could track the bug status on the following link from our GitHub. The scenario is added to the logged bug as additional case. 

As a workaround, you could try the following css:
.k-window-maximized {
    height: 100vh !important;
    width: 100vw !important;
}

As a sign of gratitude for reporting the issue, your Telerik points are now updated.

Regards,
Neli
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
mamad
Top achievements
Rank 1
answered on 02 Jun 2020, 05:14 AM
It's work, thank you
Tags
Window
Asked by
Dan
Top achievements
Rank 1
Iron
Iron
Veteran
Answers by
Neli
Telerik team
mamad
Top achievements
Rank 1
Share this question
or