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

Dragging splitter causes screen to be dark

1 Answer 66 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 21 Dec 2012, 02:25 PM
Hi I"m using the basic splitter and I am wondering why when I drag to resize there is a dark overlay over the entire viewport.  This does not happen in the demos and I've done nothing to implement this? Am i dong something wrong?


<div id="splitter" style="min-height:700px">
 
    <div class="left-panel" style="width:100px">       
        <div id="cashPanel" class="left-panel"></div>
    </div>
    <div >       
        <div id="offsetPanel" class=""></div>
    </div>
    <div>
        <div id="premiumList" style="height:100%">
            <div id="searchPremMatchList"></div>             
        </div>
    </div>
</div>

 

$("#splitter").kendoSplitter({
    orientation: "horizontal",
    panes: [
        { collapsible: false, size: "250px" },
        { collapsible: false, size: "700px" },
        { collapsible: false }
    ]
});

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 24 Dec 2012, 10:55 AM
Hello Ryan,

This problem is usually observed in partially updated solutions that use the Kendo scripts from the last release with old Kendo stylesheets. Updating all the Kendo files in the project should resolve it.

Kind regards,
Alex Gyoshev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Splitter
Asked by
Ryan
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or