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

Opening window causes items to jump

3 Answers 123 Views
Window
This is a migrated thread and some comments may be shown as answers.
Bob
Top achievements
Rank 1
Bob asked on 21 Jan 2015, 04:59 PM
Hi, I have a kendoWindow in a partial view.  When I open the window, the controls below the partial view display move down and when I close window they move back up.  Is there a way to open/close window without affecting layout of page?

3 Answers, 1 is accepted

Sort by
0
Zak
Top achievements
Rank 1
answered on 22 Jan 2015, 11:21 AM
A window has position: absolute; css property and shouldn't affect other elements on the page. Did you override this property? are there any js errors on the page?
0
Bob
Top achievements
Rank 1
answered on 22 Jan 2015, 01:51 PM
I didn't override that style and no JS errors.  Everything below where I have the window declaration (I'm using server side widget) will move down something like 20px but then jumps back up when window closed.
0
Kiril Nikolov
Telerik team
answered on 23 Jan 2015, 12:36 PM

Hello Bob,

Zak is right - its has position:absolute and should not interfere with other elements. I am afraid that the issue is not a known one, nor is reproducible in our online demos, so please extract a runnable sample in a Kendo UI Dojo and we will be happy to help.

Regards,
Kiril Nikolov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Window
Asked by
Bob
Top achievements
Rank 1
Answers by
Zak
Top achievements
Rank 1
Bob
Top achievements
Rank 1
Kiril Nikolov
Telerik team
Share this question
or