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

RadWindow height in Chrome vs IE

1 Answer 59 Views
Window
This is a migrated thread and some comments may be shown as answers.
Loy
Top achievements
Rank 1
Loy asked on 01 Nov 2019, 08:42 PM

I'm using v2019.2.514 and I noticed that the height of my RadWindow differs between IE and Chrome. I set a static height and do not use AutoSize.

Here's my how I define the window:

 

            <Telerik:RadWindow 
                ID="wndJobUsers" 
                runat="server" 
                Width="1050px" 
                Height="820px" 
                Modal="true"
                VisibleStatusbar="false" 
                AutoSize="false" 
                ReloadOnShow="true" 
                OnClientClose="OnShowUsersClose"
                ShowContentDuringLoad="false"
                meta:resourcekey="wndJobUsers"/>  

 

In IE developer tools, I see that the height is set to 820px and all looks fine.

In Chrome, I see that the computed to 859px.

 

I did search the forums and did find some posts that referred to this extra 39px but they are quite old and the response to these post note that there's an issue with Chrome and iframes but only refer to windows that are smaller than 150px. In my case, the window way beyond this threshold.

 

Any ideas?

 

Thanks

Loy.

 

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 06 Nov 2019, 09:43 AM

Hi Loy,

Thank you for reporting this problem.

I tried to reproduce it with the latest version of Chrome, Firefox and IE but without success. I tested with versions 2019.2.514 as well as the latest one 2019.3.1023 with Classic and Lightweight render modes. 

Can you please:

  • see the attached video and let me know if I am missing something?
  • test with RenderMode set to Lightweight.
  • test in the latest Chrome and latest Firefox
  • test in the latest Chrome version and if the problem is still there to test in Chrome Canary.

If the problem is not fixed in Canary, can you provide a simple runnable project which demonstrates it.

Best Begards,
Rumen
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Window
Asked by
Loy
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or